January 30, 2007 at 4:17 pm
Hi,
I have some legacy jobs which run DTS package like this:
DTSRun /~Z0x938B5DC72FA7E513BD ...
Is there a way to map this magic number to the DTS package name?
Thanks.
January 30, 2007 at 4:30 pm
Unless someone changed the job name, the job name itself matches the DTS Package name.
-SQLBill
January 30, 2007 at 4:47 pm
If the job name matches the DTS name this is easy. What if it is not or the call to run a DTS package sits in a job step not giving any hint about the DTS name?
January 31, 2007 at 12:38 am
Best Regards,
Chris Büttner
January 31, 2007 at 9:05 am
Also consider the following:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=110&messageid=232301
I especially appreciated Jeet's stored proc that runs a package. But LS hit it on the nose, for he said, "....take a look at the variable @description. It should state the package name that the job is executing, like this: @description = N'Execute package: XXX'".
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply