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

Describe what redo logs are.

1 Answers  


How do you trace the traffic hitting a sql server? : sql server DBA

0 Answers  


suppose you want to audit specific activities on sensitive data. How can you achieve that?

0 Answers   Oracle,


What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA

0 Answers  


Name a tablespace automatically created when you create a database.

5 Answers  






Can we take incremental backups in datapump?

1 Answers  


Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

0 Answers  


what is incremental checkpoint?

1 Answers   CTS,


what is ora 600?

1 Answers  


how can a session indicate its interest in receiving alerts?

0 Answers   Oracle,


How can we see the database version in os level

6 Answers   Oracle,


what is the purpose of catlaog in oracle rman?

2 Answers   Value Labs,


Categories