Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: SQL Index Issue

    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...

  • RE: SQL Index Issue

    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.

  • RE: SQL Index Issue

    The following command fixed the issue

    DBCC CHECKTABLE (PreAudTranHdr, REPAIR_ALLOW_DATA_LOSS)

  • RE: SQL Index Issue

    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)...

Viewing 4 posts - 1 through 5 (of 5 total)