Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Inventory a Stored Procedure for all table references?

    This is quick and dirty with the While statement, but it works and returns a table organized by type, name, schema name, and table name.

    -----------------------------------------------------------------------------------------

    DECLARE @tblRoutine TABLE (ID INT, routine_name...

Viewing post 1 (of 2 total)