Hello,
Following are the steps to change MSSQL 'sa' login password:
1) Go to the command prompt of the server and type in command prompt
This command will list all the MSSQL servers near you.osql -L
2) Copy full name of required MSSQL server and type
By this command you'll connect to MSSQL server using administrator account.osql -S copied_servername -E
3) To change sa password you should execute the following query:
That’s allsp_password NULL,'new_password','sa'
go
Best Regards,
Milind M. Koyande







Reply With Quote
Bookmarks