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 a View in SQL Server ?

What is an OUTPUT Clause Inside SQL Server ?

What is the Maximum Number of Columns a Table in SQL Server ?

What is the Difference Between DB Mirroring and Log Shipping in S ...

What is a ROLLUP Clause in SQL Server ?