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]
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]