Samir Bhogayta
What is the use of DBCC commands?
By Samir Bhogayta in SQL Server on Jun 25 2016
  • Mukesh Kumar
    Aug, 2017 31

    To start identity I'd according to programmer Dbcc (reseed ,1,1)

    • 0
  • Samir Bhogayta
    Jun, 2016 25

    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. E.g. DBCC CHECKDB – Ensures that tables in the db and the indexes are correctly linked. DBCC CHECKALLOC – To check that all pages in a db are correctly allocated. DBCC CHECKFILEGROUP – Checks all tables file group for any damage.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS