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


Please Help Members By Posting Answers For Below Questions

Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

1505


how can you implement fine-grained auditing?

612


which background process invoke at the time of upgradation tell me???

2243


what is the last version,the release date of that version and fix pack of ibm db2 udb?

1532


How would you best determine why your MVIEW couldn't FAST REFRESH?

1842






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

2115


what is the diffrence between core dba and apps dba?

2104


How would you go about verifying the network name that the local_listener is currently using?

2769


What the different components in replication and what is their use? : sql server DBA

549


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA

668


How can you control the amount of free space in your index pages? : sql server DBA

749


What are the commands you'd issue to show the explain plan for "select * from dual"?

1737


What would you do with an "in-doubt" distributed transaction?

1423


what are the performance views in an oracle rac environment?

576


How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?

1913