dbTalk Databases Forums  

how to schedule dts package to run

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


Discuss how to schedule dts package to run in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jennie Pao
 
Posts: n/a

Default how to schedule dts package to run - 07-27-2006 , 02:57 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.



Reply With Quote
  #2  
Old   
miguel.salles
 
Posts: n/a

Default Re: how to schedule dts package to run - 07-27-2006 , 03:18 PM






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.

Jennie Pao wrote:
Quote:
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.


Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: how to schedule dts package to run - 07-29-2006 , 05:12 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



"Jennie Pao" <email (AT) msn (DOT) com> wrote

Quote:
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.




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.