How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?
Answer Posted / m.sivakumar
The SQLSERVR.EXE is located in binn directory of Sql server.
-m is used for starting SQL Server in single user mode.
-f is used to start the SQL Server in minimal configuration
mode.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to find the login name linked to a given user name?
What are different types of schemas?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
Explain about Joins?
What are indexes in sql?
How do you create a clustered index?
What is cursors?
What is change tracking in sql server?
What is an etl file?
How many partitions a clustered index has by default in sql server 2012?
Why would you use sql agent?
How to search for a string in all stored procedure in sql server?
What is the purpose of object explorer and its features? : sql server management studio
Explain what is the difference between union and union all?
What is the difference between system objects and user objects?