How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?

Answer Posted / sqlserverbuddy

1. STOP the SQL Server Service(Management Studio or Service)
2. Step into Root directory of the SQL server Instance
(Default or Named Instance)
3. Enter as given below for Default Instance
sqlservr -m
4. Enter as given below for Named Instance (MyServer)
sqlservr -m -s MyServer
5. Don't close the DOS screen which processing internal
activities.
6. Open the SQL Server management studio and Proceed

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what protocol both networks use? : Sql server database administration

715


What is the sql server agent?

778


How to verify a login name with sqlcmd tool?

789


Do you know what is difference between index seek vs. Index scan?

689


How to insert data with null values?

762






What is blocking and how would you troubleshoot it? : sql server database administration

765


Can we create clustered index on composite key?

686


What is raiseerror? What is raiseerror?

797


How can we improve performance by using SQL Server profiler?

740


You want to use a perspective in an mdx query. How do you select the perspective?

185


What is the security principal at the database level that represents your session?

702


What do you mean by a Composite primary key?

759


Which command is used for user defined error messages?

743


We need to perform what steps in the following order to work with a cursor?

910


How to convert numeric expression data types by assignment operations?

721