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

how you can get the list of largest tables in a database? : Sql server administration

544


List out what other servers you can use with ssrs?

89


How to find the list of fixed hard drive and free space on server?

563


What do you mean by SQL injection attack?

609


what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration

533






How to enter comments in transact-sql statements?

543


List out the difference between union and union all in sql server?

515


Explain the Ways to improve the performance of a sql azure database?

64


Do you know what is bit data type and whats the information that can be stored inside a bit column?

544


How do I uninstall sql server 2014?

514


What is oltp (online transaction processing)?

580


What are four major operators that can be used to combine conditions on a where clause?

589


how to define testing of network layers? : Sql server database administration

482


Explain the relational database management system (rdbms)?

518


What is provisioning, billing and metering, and connection routing concepts in the service layer?

92