How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?
Answer Posted / abc
sqlserver.exe is located in the binn dir of sql server ie
program files\m sql server\mssql\binn and we can get help
related to it on dos prompt
to start server at single user mode or admin role we have
to specify -m ahead of the command
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the differences between having and where clause.
How many null values we can have in a unique key field in sql server?
what is a transaction and what are acid properties? : Sql server database administration
Please differentiate between a local and a global temporary table?
Explain view in sql server?
Explain identity in sql server?
What gets stored inside msdb database?
How to update a field in SQL after ALTERING a row?
Define views.
Explain what is analysis service repository?
What is difference between stored procedure and user defined function?
When would you use the stored procedures or functions?
How do I find the size of a sql server database?
What is sql stored procedure?
What is the usage of sign function?