• Thanks so much for this script - it's fantastic!

    The only issue I ran into is that some of our job names and step names have single quotes in them, which throws off the quoting in the script and causes some issues. To resolve this, I had to make the following change:

    Change "@step_name" on line 147 to "REPLACE(@step_name, '''', '''''')"

    Otherwise amazing - this script saved hours of work!

    Ryan