摘要:
SELECT 索引名称 = a.name , 表名 = c.name , 索引字段名 = d.name , 索引字段位置 = d.colidFROM sysindexes a JOIN sysindexkeys b ON a.id = b.id AND a.indid = b.indid JOIN sysobjects c ON b.id = c.id JOIN syscolumns d ON b.id = d.id ... 阅读全文
posted @ 2013-02-19 09:47
张三李四骑老五
阅读(3803)
评论(0)
推荐(0)