當前专题

查看當前數據庫索引情況

--以下SQL2005以上版本實現方法:with Index1as(select top 100 percent row_number()over(partition by a.Name order by b.index_id) as ID,object_Name(a.object_id) as TableName,a.Name as IndexName,c.Name as ColName,