Thursday, October 20, 2016

Checking data page corruption in the database

The following command can be used to display corruption related information and repair (with additional option) the corruption.


DBCC CHECKDB([database_name]);

No comments:

Post a Comment