How to Restart SQL Server in Single-User Mode ?

There are a couple of ways to start SQL Server in single-user mode..

  • You can start an instance of SQL Server in single-user mode by using the startup option –m
  • You can use -m option with sqlcmd or Management Studio
  • You can also start sqlservr.exe with –m option


You May Interest

What is the Maximum Size per Database for SQL Server Express ?

Benefits of Using Stored Procedures in MS SQL

What is the Difference Between UNION and UNION ALL in SQL Server ...

Where are SQL Server Usernames and Passwords Stored in the SQL Se ...

Using Trim Function in MS SQL