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 / ganeshsamurti

• Open "Control Panel->Administrative Tools->Services"
• Mouse right click on specified SQL Server instance service
and select "Properties" menu to bring up following
configuration window:

• Specify start parameters as following:

-s{ Instance name } -m

If instance is default instance (no instance name) ,then
just enter

-s -m
• Restart the SQL Server instance service



SQL Server can be started from command line, using the
SQLSERVR.EXE. This EXE has some very important parameters
with which a DBA should be familiar with. -m is used for
starting SQL Server in single user mode and -f is used to
start the SQL Server in minimal confuguration mode.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is default constraint?

1053


Write a query to find 5th highest amount paid from the customer table.

986


Explain microsoft sql server functions?

1177


Why we use the openxml clause?

1055


What is the minimum recommended amount of ram for sql server 2012 enterprise?

976


What is an identity?

1076


How to check if stored procedure is running in sql server?

1122


What is the difference between NOROW and LOCKROW?

2899


What is the purpose of self join?

1035


what is denormalization? : Sql server database administration

971


Why we need sql server?

1012


which backup strategy you are following at ur company

2191


is it important for a database administrator to understand the operating system and file access? : Sql server administration

1074


What is merge statement?

1132


What is difference between equi join and inner join?

1038