Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you use DBCC statements to monitor various aspects of
a SQL server installation?

Answer Posted / thiyagaraj.ramaswamy

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pessimistic lock and optimistic lock?

1141


What does the update command do?

1173


Explain powershell included in sql server 2008?

1115


When do you think a developer should use sql server-based cursors?

1103


How to disable triggers using "disable trigger"?

1105


State the difference between local and global temporary tables?

1166


How to create user messages with print statements in ms sql server?

1030


you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?

1096


How do I get Report Builder to generate a parameter that can be set by users viewing the report?

158


How the authentication mode can be changed?

1176


What are the elements of dbms?

1010


What is the osql utility?

1036


What is transaction server isolation?

1092


How many types of attribute relationships are there? : sql server analysis services, ssas

1133


How do you check sql server is up and running?

1051