Tuesday, March 20, 2012

Change Database Password

I have a SQL database hosted on a server. This server supports SQL Sever 2000. How do I change the password to the password?

Thanks in advance,

I found out the answer. sp_password 'currentPSWD', 'newPSWD'

sql

No comments:

Post a Comment