摘要: select a.name as tabname ,h.name as idnamefrom sys.objects as a right join sys.indexes as h on a.object_id=h.object_id where a.type's'... 阅读全文
posted @ 2014-10-22 11:22 scenic_hu 阅读(107) 评论(0) 推荐(0)