Determine Consistency Errors

Tech Guy on September 8th, 2009

Overview of Consistency Errors
A DBCC CHECKDB statement may report consistency errors in your database when all the following conditions are true:

SQL Server loads data into a column that is a sql_variant data type.
The data originates in another column that is a sql_variant data type and at some point the data is sent on-the-wire [...]

Continue reading about Consistency Errors in MS SQL Server 2000