Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Nested Stored Procedure

    Liked the idea of quickly getting a list of dependent procs. I took your sql and modified it...

    SELECT

    SCHEMA_NAME(o.schema_id) + '.' + o.name AS proc_name,

    ...

Viewing post 1 (of 1 total)