1.

Point out the wrong statement.(a) The command DBCC CHECKDB checks the logical and physical integrity of all the objects in the specified database(b) The command DBCC CHECK checks the logical and physical integrity of all the objects in the specified database(c) The command CHECKDB checks the logical and physical integrity of all the objects in the specified database(d) None of the mentionedThe question was posed to me in homework.The above asked question is from Database Maintenance topic in portion Enterprise Data Management of SQL Server

Answer»

Right OPTION is (a) The command DBCC CHECKDB checks the logical and PHYSICAL integrity of all the objects in the SPECIFIED database

Best explanation: DBCC CHECKDB has some performance quirks based on the schema of the database being CHECKED.



Discussion

No Comment Found

Related InterviewSolutions