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
What is a raid and what are different types of raid configurations?
What are the types of dml?
What is self contained sub query?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What is attribute? : sql server analysis services, ssas
Can we deploy SSRS reports on our personal website?
What is lock escalation? : sql server database administration
How to convert a table data in XML format in sql server?
How many types of the database links?
What is used to replicate sessions between instances in coldfusion clusters?
What are distributed partitioned views?
What are the different sql server versions?
What is the difference between a stored procedure and a user defined function?
What are the different acid properties?
What do you need to connect php to sql server?