dbTalk Databases Forums  

Re: Decrypt DTS package from scheduled job

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


Discuss Re: Decrypt DTS package from scheduled job in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Decrypt DTS package from scheduled job - 03-04-2004 , 04:08 PM






I seem to remember seeing a tool that does this on the net somehwere.

Why not though Profiler the server when you execute the command and see
which package is called.


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Doug Guerena" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is there a way to decrypt the DTS Run command line parameters to find out
what DTS Package is tied to a job?




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

Default Re: Decrypt DTS package from scheduled job - 03-04-2004 , 05:01 PM






Use dtsrunui utility from a command line to generate an unencrypted dtsrun command. The create a SQL Agent job and a step in it with CmdExec type and paste the string as a command

Soloist

Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Decrypt DTS package from scheduled job - 03-04-2004 , 05:29 PM



In message <D587745C-45E7-4847-BF0C-500D917D4D02 (AT) microsoft (DOT) com>, Doug
Guerena <anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
Is there a way to decrypt the DTS Run command line parameters to find
out what DTS Package is tied to a job?
Unfortunately the encryption is now broken, see DTSRunDec on -
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=26

You will need to compile it first, run Build.cmd from a VS Command
Prompt.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.