Viewing 2 posts - 16 through 17 (of 17 total)
While they are not to be administered directly they are often a symptom of missing user-defined indexes. Depending how performance critical the table in question is, you might want...
August 16, 2002 at 9:41 am
#434716
quote:I have written the following sql statement, but it doesn't return the user indexes<SNIP>select a.name as indexname, b.name as tablename, c.groupnamefrom sysindexes...
quote:
select a.name as indexname, b.name as tablename, c.groupname
from sysindexes...
July 29, 2002 at 3:27 am
#433508