Jump to content

Recommended Posts

Posted (edited)

I need to get my SQL server into single user mode so I can restore the master database.

 

I've read about the -m switch but this doesn't seem to work.

 

What's the easiest way of doing this? Can it be done via the SQL management studio?

Edited by AnnDroyd
Posted

Well assuming that tutorial is correct stop SQL server process then go

 

start > run > C:\Program Files\Microsoft SQL Server\MSSQL\BINN\sqlservr -m

 

??

Posted
Or add the -m switch to the startup parameter list under the properties of the server in the management console, and then restart the server process?

sql.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...