Viewing post 1 (of 1 total)
This worked for me:
use <dbname>
go
exec sp_msforeachtable 'SELECT COUNT(*) FROM ?;'
May 26, 2016 at 11:41 am
#1881629