all groups > sql server odbc > may 2007 >
You're in the

sql server odbc

group:

What is the sa password after changing the Server Authenication


What is the sa password after changing the Server Authenication Jodie
5/4/2007 11:03:01 AM
sql server odbc:
Hi All,
I changed the Server Authentication from Windows Authentication mode to SQL
Server and Window Authentication Mode and I don't know what is the password
for login as sa. How to find out what is the sa's password in this case.
Thanks,
Re: What is the sa password after changing the Server Authenication Hari Prasad
5/7/2007 12:00:00 AM
Try blank password. If it fails login as windows authentication and issue
below command:-

EXEC sp_password NULL, 'sa', 'newpassword'

Thanks
Hari

[quoted text, click to view]

AddThis Social Bookmark Button