Mar 14th, 2009 | No Comments

Here is the SQL statement that helps you to change the SQL account password,



[cc lang="sql"]
ALTER LOGIN Account_Name WITH
PASSWORD = ‘New_Password’
OLD_PASSWORD = ‘Old_Password’;
[/cc]

Written by Ajay Matharu

March 14th, 2009 at 4:04 pm

Posted in SQL

Tagged with , , ,