Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is inner join? Explain with an example?

1278


What is the difference between Clustered and Non-Clustered Index?

1100


What is the purpose of forms?

1003


What is 2nf normalization?

1079


What stored by the model?

1134


what is denormalization and when would you go for it? : Sql server database administration

1251


Explain concepts of analysis services?

1011


what are the critical issues you have resloved in your company

2014


What are the different types of replication you can set up in sql server?

1085


Explain the cursor lock types?

1095


What is service broker?

1057


Tell me what is the stuff and how does it differ from the replace function?

1030


What are .mdf files?

1012


What are the different sql server versions?

1028


How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?

1068