Viewing 3 posts - 1 through 3 (of 3 total)
Hi, It's proc works fine, because I sill use in production.
SELECT sysobj.name object_name,
sysobj.xtype object_type,
...
July 7, 2011 at 9:22 am
#1349775
Did You dbcc dbreindex on table?, If this not work, then Drop index ID1 (You can identify this index with sp_helpindex 'table' command)
and re-create index
And if this not Work,...
June 14, 2011 at 1:56 pm
#1338645
An Exceptional DBA MUST BE Perfectionist, because If you ignores details, you ignores the reality
July 10, 2008 at 11:27 am
#840997