Quote:
|
Originally Posted by Aman Singh
If i run update statistics on a perticular table, then it does reindexing
|
Thats not true
Maybe this will help you in the right direction
select object_name(id),moddate,colidarray
from sysstatistics
where id=object_id('tablename')
also have a look at optdiag