The best way to do this is to use the Package Name in DTSRUN not the
encrypted Hex string. Using the name only will tell SQL Server to use the
latest version of the package.
i.e.
DTSRUN /E /SMyServer /NMyPackage
--
----------------------------
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
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 [quoted text, click to view] "SG" <sgpgpjr@yahoo.ie> wrote in message
news:fe3ac5dd.0404210251.1ef379f4@posting.google.com...
> Dear all,
> When I create a new version of a dts package I want the scheduler to
> point at this version without right clicking and hitting the 'schedule
> package' drop down is there any way to just amended the scheduled job.
> How do I put an identifier in for this new package?
>
> Many thanks
> Sam