Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: A faster DBCC CHECKDB?

    After the following modification to the Dynamic SELECT it works with long tablenames and indexnames.

    -- Build SQL to read each page in each index (including clustered index).

    SELECT @CheckIndexesSQL = @CheckIndexesSQL...

  • RE: A faster DBCC CHECKDB?

    Nice.

    However when i try i get:

    Msg 103, Level 15, State 4, Line 117

    The identifier that starts with 'TableName: Land.ATL_Tag_TagVidTrafikplats_RapportSomSkaGoras. IndexName: PK_ATL_Tag_TagVidTrafikplats_RapportSomSkaGoras. IndexI' is too long. Maximum length is 128.

    The identifier...

  • RE: BIDS crashing

    Recreated the package once more and now it works.

Viewing 3 posts - 1 through 3 (of 3 total)