How to start SQL Server in minimal configuration mode?
Answer Posted / santhosh
In a Command Prompt window, you can start the SQL server in
minimal configuration mode by typing: sqlservr -c -f
This command also starts the SQL server in single-user mode.
Also, the server will not run any startup stored procedures.
Additionally, when you start the SQL server in minimum
configuration mode, then SQL Server automatically sets the
size of tempdb to 2 MB on its default device. You must then
manually increase the size of tempdb as necessary.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the default port no on which sql server listens? : sql server DBA
What are the steps you will take to improve performance of a poor performing query?
what is the role of dip user in our database?
how can you enable flashback feature?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What are the operating modes in which database mirroring runs? : sql server DBA
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
What is a correlated sub-query? : sql server DBA
what do you understand by flashback feature of oracle?
What is the importance of a recovery model? : sql server DBA
what is a crs resource?
How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?
how can a session indicate its interest in receiving alerts?
Why would you call update statistics? : sql server DBA
what is a user-defined lock?