How to start SQL Server in minimal configuration mode?



How to start SQL Server in minimal configuration mode?..

Answer / 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

More DB Administration Interview Questions

How do you increase the OS limitation for open files (LINUX and/or Solaris)?

1 Answers  


what are the benefits of flashback feature?

0 Answers   Oracle,


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?

0 Answers   EDS,


What is the difference between online backup & offline backup?

3 Answers   CSC,


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

1 Answers  






What are the operating modes in which database mirroring runs? : sql server DBA

0 Answers  


how can you enable flashback feature?

0 Answers   Oracle,


How do you find out from the RMAN catalog if a particular archive log has been backed-up?

2 Answers   IBM,


how can you process messages in order asynchronously?

0 Answers   Oracle,


SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE CAN YOU SEE THAT PRIVILIZES.

4 Answers   Cognizant,


How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.

4 Answers  


Explain materialized views and how they are used.

0 Answers  


Categories