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 |
Explain log shipping?
How to delete duplicate rows in sql server?
What is normalization and what are the advantages of it?
How will you monitor replication latency in transactional replication? : sql server replication
Your table has a large character field there are queries that use this field in their search clause what should you do?
How many full-text indexes can a table have?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
hi i am having .mdf file and .ldf file ..how can i get the all table in my .mdf..plz give solution
event classes in sql server
Explain Active/Active and Active/Passive cluster configurations?
Explain the benefits of user-defined functions?
How to download and install microsoft sql server management studio express?