20170221v7

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.object_id = i.id and i.indid <=1

时间: 2024-10-06 09:50:27

20170221v7的相关文章