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 are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
What are the different sql server versions you have worked on? : sql server DBA
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
What the different components in replication and what is their use? : sql server DBA
what are the differences of where and if in SAS?
what is the diffrence between core dba and apps dba?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
What is the default fill factor value? : sql server DBA
Why would you call update statistics? : sql server DBA
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
how can you get actual data change values from previous transactions in oracle?
What is the difference between dropping a database and taking a database offline? : sql server DBA