select name from syscolumns  c where exists (select colid from 
 sysindexkeys k  WHERE k.colid=c.colid and k.id=c.id and exists (select id from sysindexes i where i.id=k.id and i.indid=k.indid and name='索引名'))