Reset SQl Server Password

ALTER LOGIN sa ENABLE ;
GO
ALTER LOGIN sa WITH PASSWORD = '<enterStrongPasswordHere>' ;

1 comments:

Anthony said...

I would like to share a article that I bookmarked a few months ago, it presents 3 ways to reset lost SQL Server password. http://www.top-password.com/knowledge/change-sql-server-password.html

Post a Comment