all groups > sql server dts > march 2005 >
You're in the

sql server dts

group:

Scheduling DTS Packages w/Most Current Version



Scheduling DTS Packages w/Most Current Version Robert Hamilton
3/31/2005 3:47:02 PM
sql server dts: When you schedule a DTS package, the job is setup using the GUID of the
version of DTS package. How can you setup the jobs so they run the most
current version of the package? I don't want to have to re-setup jobs
everytime I create a new DTS package version.

Regards,
Re: Scheduling DTS Packages w/Most Current Version Allan Mitchell
4/1/2005 5:40:21 AM
Don't specify the GUID then. If you do not ask for a verision then the
most recent is run so

DTSRUN /E /NMyPackage /SMyServer

Will run the most current version of MyPackage

Allan

"Robert Hamilton" <RobertHamilton@discussions.microsoft.com> wrote in
message news:RobertHamilton@discussions.microsoft.com:

[quoted text, click to view]
RE: Scheduling DTS Packages w/Most Current Version Robert Hamilton
4/1/2005 8:21:07 AM
Thanks Allan!

[quoted text, click to view]
AddThis Social Bookmark Button