How to Change SA Password in SQL Server 2005
Forgot SQL Server password and unable to login using the SA account? If you happen to forget your SQL Server password for sa account, then here’s a simple query to help you reset it: GO ALTER LOGIN sa...
View ArticleHow to Change SQL Server Password
Forgot SQL Server password? A former employee forgot to leave you with the sa password for your SQL Server? How to change the password or reset it? If you couldn’t fix this problem, you may have to...
View ArticleHow to Reset SQL Server SA Password if You Forgot it
I have a local install of SQL Server Express that I haven’t touched in months. Now I need to use it, and I’ve forgotten the SA password. I have tried using SQL Server Management Studio, I have done...
View ArticleHow to Reset Forgotten SA Password in SQL Server 2008
I installed SQL Server 2008 sometime ago and forgot the sa password I set during setup. How can I connect to SQL server now? Is there a way I can retrieve sa password in SQL Server 2008? If you ever...
View ArticleHow to Reset Forgotten SA Password without Stopping SQL Server Instance
Forgot your SA password or get locked out of SQL Server? How to connect to SQL Server database in case the ‘BUILTIN\Administrators’ group is removed from SYSADMIN server role? One of my previous...
View Article