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
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. Check
out SQL Server books online for more parameters and their
explanations.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is BCNF better than 2NF & 3NF? Why?
What are logical database components? : SQL Server Architecture
What is the difference between a local and a global temporary table?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
How to delete an existing database user?
what are different types of backups available in sql server? : Sql server database administration
What will be query used to get the list of triggers in a database?
Explain what is use of dbcc commands?
Can a unique index be created on a column, which contains null?
Explain powershell included in sql server 2008?
What is b tree index?
User wants only to display only pdf as export option in report manager. How to achieve this?
What is temporary stored procedure?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What is self contained multi valued query?