Viewing 2 posts - 1 through 3 (of 3 total)
HI
thank you every one for your answers.
Thats the way I got the answer:
SELECT sysindexes.id AS IndexID, sysobjects.name AS TableName, sysindexes.name AS IndexName, sysindexes.indid as [Type]
March 7, 2006 at 6:14 am
#625152
the results are only unique keys. what bout thoso indexes which are not unique or are not keys?
March 7, 2006 at 3:16 am
#625134