Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for your response.
The page I modified was allocated as it was a page containing the orginal data inserted into the table.
DBCC CHECKDB does fail and correctly report the error,...
September 27, 2013 at 9:09 am
#1654083
Hi,
Here it is.
DBCC CHECKTABLE ('[dbo].[CorruptTable]') WITH ALL_ERRORMSGS, TABLERESULTS;
Thanks.
September 27, 2013 at 4:02 am
#1653942