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
Explain the types of indexes.
What is the difference between executequery () and executeupdate ()?
How to make a remote connection in a database?
How many columns can we include on clustered index ?
Explain about nested stored procedure?
What does it mean to invest in the index?
What is sqlcmd?
How to view existing indexes on an given table using sys.indexes?
What is attribute? : sql server analysis services, ssas
Explain different types of locks in sql server.
What are various ways to enhance the ssrs report?
how you can configure a running aggregate in SSRS?
Tell me when is the update_statistics command used?
What is the difference between dbcc indexdefrag and dbcc reindex?
What is the purpose of forms?