• Looks like a very handy piece of code; however, the first thing I did was add the following:

    SELECT * FROM @procedureListTable WHERE sch_name <> 'sys'

    which eliminates all of the system generated procs from the listing...