If you want to change the MS Sql 2005 ’s password then just run the following sql query after logging into query anlyzer
sp_password ‘oldPassword’ , newPassword’
Note
Always use strong SQL passwords (i.e. having uppercase characters , lowercase characters, numeric values, special characters) for security purpose, this way it will be difficult to hack, hard to guess, hard to crack by brute force attacks.
Wednesday, September 24, 2008
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment