摘要:
--以下SQL2005以上版本實現方法: with Index1 as ( 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 ColN... 阅读全文
posted @ 2011-12-30 10:42
中國風
阅读(166)
评论(0)
推荐(0)
浙公网安备 33010602011771号