How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?
Answer Posted / swapna
Sql Server can be started from command line, using the
Sqlserver.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 ? | 10 Yes | 6 No |
Post New Answer View All Answers
What are cursors stored procedures and triggers?
What is transaction server isolation?
Can a rule be bound to any column of any data type?
Mention the different authentication modes in sql server.
What does indexation mean?
What is the full meaning of dml?
Explain how does the report manager work in ssrs?
What is normalization? What number of normalization shapes are there?
How to create a new table in a given schema?
How to convert numeric expression data types using the cast() function?
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
What does sql server mean?
List out the different types of locks available in sql server?
How to write an inner join with the where clause in ms sql server?
Explain the first normal form(1nf)?