Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Msg 2537 & 8964 on SQL Server 2005

    Fixed the same issue by rebuilding indexes.

    DBCC DropCleanBuffers

    go

    DBCC FreeProcCache

    go

    DBCC DropCleanBuffers

    go

    exec sp_updatestats

    go

    EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"

    GO

Viewing post 1 (of 1 total)