Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Data Checks

    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...

Viewing post 1 (of 2 total)