How do you use DBCC statements to monitor various aspects of
a SQL server installation?
DBCC stands for database consistency checker. We use these
commands to check the consistency of the databases, i.e.,
maintenance, validation task and status checks.DBCC
CHECKDB - Ensures that tables in the db and the indexes are
correctly linked.and DBCC CHECKALLOC To check that all
pages in a db are correctly allocated. DBCC SQLPERF - It
gives report on current usage of transaction log in
percentage. DBCC CHECKFILEGROUP - Checks all tables file
group for any damage.
| Is This Answer Correct ? | 3 Yes | 1 No |
How to make a remote connection in a database?
Is it possible to create trigger on views?
What are the components of sql server service broker?
What happens if null values are involved in arithmetic operations?
What are the options which must be set to allow the usage of optimistic models?
What is the use of group by clause?
What is a deadlock and what is a live lock? How will you go about resolving deadlocks?
How to use order by with union operators in ms sql server?
Can you type more than one query in the query editor screen at the same time?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
Define master database?
How to create database with physical files specified in ms sql server?
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)