Administering SQL Server

Starting SQL Server in Single-User Mode

Under certain circumstances, you may need to start an instance of Microsoft® SQL Server™ in single-user mode using the startup option -m. For example, you may want to change server configuration options or recover a damaged master database or other system database. Both actions require starting an instance of SQL Server in single-user mode.

When you start an instance of SQL Server in single-user mode:

To start SQL Server in single-user mode

Command Prompt

Command Prompt

See Also

allow updates Option

CHECKPOINT

sp_configure

Using Startup Options