dbTalk Databases Forums  

Identifying a DTS package from a Job

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Identifying a DTS package from a Job in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Meenal Dhody
 
Posts: n/a

Default Identifying a DTS package from a Job - 02-24-2006 , 12:50 AM






I am trying to port a job where there are several DTS packages in various
steps being called from cmd. How can I identify what package names are
associated with what job step so I can move the DTS packages as well?

thanks
Meenal



Reply With Quote
  #2  
Old   
Kevin3NF
 
Posts: n/a

Default Re: Identifying a DTS package from a Job - 02-25-2006 , 08:15 AM






Last time I checked, you cannot do this by using any SQL Server tools. The
reason being that if you decrypt the package name you could also decrypt
usernames and passwords that might be stored in the same execution string.

I got this answer directly from a technical lead and am escalation engineer
at Microsoft support services for SQL when I worked there last year.

There may be 3rd party utilities for this...

--
Kevin Hill
3NF Consulting
www.3nf-inc.com/NewsGroups.htm
www.expertsrt.com - not your average tech Q&A site



"Meenal Dhody" <meenal_dhody (AT) hotmail (DOT) com> wrote

Quote:
I am trying to port a job where there are several DTS packages in various
steps being called from cmd. How can I identify what package names are
associated with what job step so I can move the DTS packages as well?

thanks
Meenal





Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Identifying a DTS package from a Job - 02-25-2006 , 02:12 PM



Hello Meenal,

I presume the reason you ask is that the DTSRUN cmd in the step looks like
this

DTSRUN ~/Z<etc>

There is a tool which will crack this out there on the net but you could
also run profiler and see which package gets picked up from MSDB if the package
is in MSDB of course.



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I am trying to port a job where there are several DTS packages in
various steps being called from cmd. How can I identify what package
names are associated with what job step so I can move the DTS packages
as well?

thanks
Meenal



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.