InterviewSolution
Saved Bookmarks
| 1. |
How To Restart Sql Server In Single User Mode? How To Start Sql Server In Minimal Configuration Mode? |
|
Answer» SQL SERVER can be started from COMMAND line, using the SQLSERVR.EXE. This EXE has some very IMPORTANT parameters with which a DBA should be familiar with. -m is used for starting SQL Server in single user mode and -f is used to start the SQL Server in MINIMAL confuguration mode. SQL Server can be started from command line, using the SQLSERVR.EXE. This EXE has some very important parameters with which a DBA should be familiar with. -m is used for starting SQL Server in single user mode and -f is used to start the SQL Server in minimal confuguration mode. |
|