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...

Explain some DBCC commands?

Answer Posted / sanjeev kumar

DBCC stands for database consistency checker. We use these
commands to check the consistency of the databases.
Example, maintenance, validation task and status
checks.Saying is that,through DBCC we can check what is
happining in database on time to time. It give me a changes
of information just happing in a bit of time (this is the
reason it is called consistency)
like:-
DBCC CHECKALLOC - Check consistency of disk allocation.
DBCC CHECKCATALOG - Check catalog consistency
DBCC CHECKCONSTRAINTS - Check integrity of table constraints.

etc.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between resultset and resultsetmetadata?

1030


Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

1125


What are database states in ms sql server?

1243


How do you implement session management in SQL Server mode?

1153


how many triggers you can have on a table? : Sql server database administration

1017


What are the types of database recovery models?

1187


Explain multiserver query

1113


How to get the definition of a user defined function back?

1086


What do you mean by sql server 2005 express management tools?

1353


What are the advantages of the mirroring?

1148


What is executereader?

1003


What do you mean by subquery?

1145


How to insert multiple rows with one insert statement in ms sql server?

1180


Which command is used for user defined error messages?

1103


What is implicit cursors?

1129