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 |
How to determine the service pack currently installed on SQL Server?
Should you place Recovery Catalog in the Same DB? . Can you use RMAN without Recovery catalog
what is a user-defined lock?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
how will u see whether the dabase is in archive log mode or not?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is the recommended interval at which to run statspack snapshots, and why?
how can you create a user-defined lock?
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
What view would you use to determine free space in a tablespace?
What are the ways tablespaces can be managed and how do they differ?
Oracle (3259)
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)