AnnDroyd Posted January 21, 2008 Posted January 21, 2008 (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 May 2, 2008 by AnnDroyd
Jona Posted January 21, 2008 Posted January 21, 2008 http://www.cryer.co.uk/brian/sqlserver/howto_start_single_user_mode.htm Any help?
Jona Posted January 21, 2008 Posted January 21, 2008 Well assuming that tutorial is correct stop SQL server process then go start > run > C:\Program Files\Microsoft SQL Server\MSSQL\BINN\sqlservr -m ??
Iain Posted January 21, 2008 Posted January 21, 2008 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now