标签:property table sel cts 数据库 表格 objects rom sms
select b.name as tablename ,
a.rowcnt as datacount
from sysindexes a ,
sysobjects b
where a.id = b.id
and a.indid < 2
and objectproperty(b.id, ‘IsMSShipped‘) = 0
标签:property table sel cts 数据库 表格 objects rom sms
原文地址:http://www.cnblogs.com/chongyao/p/6027500.html