all groups > sql server dts > july 2006 >
You're in the

sql server dts

group:

how to schedule dts package to run


Re: how to schedule dts package to run miguel.salles
7/27/2006 1:18:57 PM
sql server dts:
Right click on the package -> Schedule Package.
This will create a job under Management -> SQL Server Agent -> Jobs.

Right click on the package -> Package Logs.
The SQl Server Agent must be started.

Does it work now? Any further assistance?

Good luck.

[quoted text, click to view]
how to schedule dts package to run Jennie Pao
7/27/2006 3:57:47 PM
Hi,

I am new to DTS world. I was able to save a dts package (in local packages)
and execute it manually without problem. I am trying to schedule it to run
daily but nothing happened on scheduled time. Could anyone please point me
out? Where can I check the log? Thanks.

Re: how to schedule dts package to run Allan Mitchell
7/29/2006 12:00:00 AM
Whilst it is possible to Schedule a package by right clicking on the package
in EM and selecting schedule I prefer not to do this as it creates a
hexadecimal encrypted version of the command line. I prefer to use a
Operating System (CmdExec step to run DTSRun myself.

If the syntax is confusing then you could try here

Getting Syntax Help for DTSRun
(http://www.sqldts.com/default.aspx?301)

and don't forget this one

http://support.microsoft.com/?kbid=269074

--


Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com



[quoted text, click to view]

AddThis Social Bookmark Button