hi everyone,
I hope this is easy to explain.
I have a table that "stores" the names of SPs that execute - info such as time it started, time it ended etc.
I want to expand this and start tracking the execution of certain critical DTS packages.
Is there a way, using T-SQL or VBscript, to retrieve the name of the package the task is running inside?
Of course I can always hard-code it, but anyone could do that...
Thanks, John
I hope this is easy to explain.
I have a table that "stores" the names of SPs that execute - info such as time it started, time it ended etc.
I want to expand this and start tracking the execution of certain critical DTS packages.
Is there a way, using T-SQL or VBscript, to retrieve the name of the package the task is running inside?
Of course I can always hard-code it, but anyone could do that...
Thanks, John