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

Getting List of All Server Databases in MS SQL

General Information List of All Allowed Databases in MS SQL Serve ...

What are Some Advantages of Using CTE in SQL Server ?

MS SQL Restoring a Database With a Query

What is Partial Cache Mode in SSIS ?