Viewing post 1 (of 1 total)
Fixed the same issue by rebuilding indexes.
DBCC DropCleanBuffers
go
DBCC FreeProcCache
exec sp_updatestats
EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"
GO
July 6, 2010 at 8:01 am
#1189109