How to Change MSSQL 'SA' password
|
Feb 9, 2012, 09:58
Post: #1
|
|||
|
|||
|
How to Change MSSQL 'SA' password
How to Change MSSQL 'SA' password
Hi, SA login is the administrative login for the MSSQL.. To Change the MSSQL SA password you have to execute following commands from command prompt of your server: 1) Go to the command prompt of the server & type in command prompt osql -L This command will list all the MSSQL servers near you. 2) Copy full name of required MSSQL server & type Code: PHP Code: osql -S copied_servername -E By this command you'll connect to MSSQL server using administrator account. 3) To change sa password you should execute the following query: Code: PHP Code: sp_password NULL,'new_password','sa'Now try to login to MSSQL using new password.. █| AvaNetco.com Hosting Company Shared Hosting , VPS , Dedicated █| 24/7 Server Management, Outsourced Support, Web Development █| High Quality virtual servers with lots of Guaranteed RAM and HDD space, Impeccable Service. |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Windows VPS from $11.25! 25% OFF First Month! Different Editions + MSSQL for free! | claracbuck | 1 | 127 |
Apr 3, 2012 11:56 Last Post: ranjani |
|
| How to change a string in a text file on a Linux server | Albert.Nawaro | 0 | 55 |
Feb 9, 2012 10:01 Last Post: Albert.Nawaro |
|
User(s) browsing this thread:
1 Guest(s)
1 Guest(s)




