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

How to Rebuild the Master Database in SQL Server ?

Getting List of System Hard Disks with Free Space in MS SQL Serve ...

What is the Difference Between Update Lock and Exclusive Lock in ...

Using CASE WHEN in MS SQL

What are the Various Limitations of the Views in SQL Server ?