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
What is it unwise to create wide clustered index keys?
Name few endpoints exposed by ssrs 2012?
Is foreign key a primary key?
How to return the second 5 rows in ms sql server?
What is a raid and what are different types of raid configurations?
How many columns can exist together per table?
How you can change a cross join into an inner join?
What is partition in sql server?
How to convert a numeric expression from one data type to another?
How do we know if any query is retrieving a large amount of data or very little data?
How do you manipulate data?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
how you can get the list of largest tables in a database? : Sql server administration
What is use of except clause? How it differs from not in clause?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration