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

Give the two types of tables involved in producing a star schema and the type of data theyhold.

2 Answers  


Can we take incremental backups in datapump?

1 Answers  


Hot backup procedure?

2 Answers  


How would you determine what sessions are connected and what resources they are waiting for?

2 Answers  


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

0 Answers  






what is ora 24313?what is the procedure to exclude that error?

0 Answers  


how do see how much space is used and free in a tablespace

2 Answers   Genpact,


Give two examples of referential integrity constraints.

2 Answers  


what is meant by gateway

1 Answers   IBM,


What is dcl? : sql server DBA

0 Answers  


hi, suppose i created one table after few days i did some insert,update how can i know when will i did ddl or dml operation is undergone on that table

3 Answers   IBM,


What view would you use to determine free space in a tablespace?

3 Answers  


Categories