Viewing post 1 (of 2 total)
Chris,
This is a script we use to perform different actions on certain tables.
I've modified it a little so you can get the rowcount for each table.
====================================
SET NOCOUNT ON
DECLARE @TypTables TABLE...
October 28, 2007 at 1:52 am
#746040