How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?
Answer Posted / rahul
1) type cmd in rum
2) Stop the Server from configuration manager first and
then In Command Window, Type net start mssqlserver -m for
starting the Service in single user mode.
3) Type net start mssqlserver -f to start the Server in
minimal configration.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain about buffer cash and log cache in sql server?
How can you insert null values in a column while inserting the data?
Why do you want to join software field as you have done your BE in Electronics?
What is the openxml statement in sql server?
Do you know nested transaction?
Do you know the capabilities of cursors?
Give a example to search fr a string in all stored procedure in sql server.
What are tables in sql server?
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
Please explain go command in sql server?
What are the advantages of having an index on the sql server?
What the different components of Replication and what is their use?
Why normalization is used?
How retrieve field names from the table in SQL through JAVA code?
What are the different ways you can create databases in sql server?