How to connect to a SQL Server instance when you don't have the sa password
This is how you can get into a SQL Server instance if you have lost or don’t know the SA password. Configure instance to start in maintenance mode 1. Open the SQL Server Configuration Manager tool from the “SQL Server 20xx| Configuration” menu 2. Stop the SQL Server Instance you …