How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?
Answer Posted / hanumathkumar
-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 ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the filtered indexes?
Explain datetime2 data type in sal server 2008?
How to list all triggers in the database with sys.triggers in ms sql server?
Explain transaction isolation levels in sql server?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How to search for a string in all stored procedure in sql server?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is the importance of three tier architecture?
What is user-defined functions? What are the types of user-defined functions that can be created?
What is implicit cursors?
Difference between report and query parameter.
How is a full-text index updated?
What is a result set object returned by odbc_exec()?
What is the synonym of join?
How to use wildcard characters in like operations in ms sql server?