摘要: use [database] select schema_name(t.schema_id) as [Schema], t.name as TableName,i.rows as [RowCount] from sys.tables as t, sysindexes as i where t.obj 阅读全文
posted @ 2015-12-03 23:34 游子善心 阅读(5) 评论(0) 推荐(0)