Groups | Blog | Home
all groups > sql server dts > april 2004 >

sql server dts : DTS Rescheduler?


sgpgpjr NO[at]SPAM yahoo.ie
4/21/2004 3:51:45 AM
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
ermedin.selmanovic NO[at]SPAM moorestephens.com
4/21/2004 6:08:34 AM
Sam,

You can try this:

dtsrun /S<server_name> /E /N<dts_package_name>

This will ensure the latest version is always the one that executes.

Ermedin

[quoted text, click to view]
Allan Mitchell
4/21/2004 1:43:49 PM
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]

AddThis Social Bookmark Button