• Stefan Krzywicki (4/25/2013)


    SQLKnowItAll (4/25/2013)


    I guess I just don't get it. You said you did not want to use sp_help_job because you had to insert into a table, yet you do the same here. Why are we reinventing the wheel?

    Part of what I wanted to avoid was guessing at what data types I was pulling back. I also don't like doing blind table creation. This gives us a better idea of what we're actually pulling back and lets us get closer to the source, querying more just what we need.

    Also, much of this article is an exercise in how to look into the system queries, find what they're doing and access what you need.

    I guess it isn't so much "reinventing the wheel" as it is using the most appropriate wheel. You don't want a tractor tire on a shopping cart.

    Well said!

    Jared
    CE - Microsoft