Viewing post 1 (of 1 total)
you can do it.
select a.name,b.rowcnt
from sysobjects as a inner join sysindexes as b
on a.id=b.id
and a.xtype='u'
and b.indid in (0,1)
April 16, 2014 at 4:04 am
#1706381