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 does the on update no action do?
What are the steps you can take to avoid “deadlocks”?
How many triggers you can have on a table?
Can sql server 2016 run on windows 7?
What is buffer cash and log cache in sql server?
How to create a testing table with test data in ms sql server?
What is self join in sql server joins?
What is the stored procedure?
How to implement service broker?
What is normalization of database? What are its benefits?
How network traffic be reduced by using the stored procedure?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
Explain the disadvantages of cursors?
How to execute the cursor queries with "open" statements?
What is transaction server implicit?