How to start SQL Server in minimal configuration mode?
Answers were Sorted based on User's Feedback
Answer / Anand Prakash Trivedi
To start SQL Server in minimal configuration mode, you can use the command-line parameter '-m'. For example: 'sqlservr.exe -m' on Windows or 'sudo service sqlservr start --minimal' on Linux.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
How do you switch from an init.ora file to a spfile?
What command would you use to create a backup control file?
i want export 50gb data in datapump it will take 2 hours time to complete that how can u export that tell me script ???
Explain CREATE DATABASE syntax?
what is the difference between hot backup n rman backup?
what is difference between user managed backup and rman backup?
wat is global index and local indes
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
what is a crs resource?
What's the benefit of "dbms_stats" over "analyze"?
SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE CAN YOU SEE THAT PRIVILIZES.
what is incremental checkpoint?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)