Viewing 4 posts - 1 through 5 (of 5 total)
This is part of an ETL process which we are now refreshing.
Once we are at a point to view reports, I can report those details.
Fortunately for us, this...
November 19, 2015 at 12:46 pm
I actually posted the results earlier. Or at least I thought I posted them earlier with the DBCC Solution.
I no longer have those results.
November 19, 2015 at 12:34 pm
The following command fixed the issue
DBCC CHECKTABLE (PreAudTranHdr, REPAIR_ALLOW_DATA_LOSS)
November 19, 2015 at 12:20 pm
OK so I ran the following.
DBCC CHECKTABLE (PreAudTranHdr, REPAIR_ALLOW_DATA_LOSS)
Here are the results.
DBCC results for '<TableName>'.
Repair: The Clustered index successfully rebuilt for the object "dbo.<TableName>" in database "ETL".
Repair: The page (1:21132)...
November 19, 2015 at 12:14 pm
Viewing 4 posts - 1 through 5 (of 5 total)