Question

  Asked: May 13 2008   11:48 AM GMT
  Asked by: Pmwhelan


Scheduling a DTS Package


DTS Package Scheduled Task, SQL Server Enterprise Manager, SQL Server, DTS

Hi
On MS Windows Server 2003 I have a DTS Package in SQL Server Enterprise Manager.
The DTS package runs fine in SQL Server Enterprise Manager.
How do I add that DTS package as a scheduled task?
Thanks
P

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



There are a couple of options.

1. Bring up the list of DTS packages. Right click on the DTS Package and select Schedule Package. Select the schedule and click OK or Save.

2. Create a new job, and add a job step. The step type will be Operating System Command. The command to run is dtsrun.exe. You can run this from a command prompt with /? to see the list of options.

If you use the first technique it simply creates a SQL Job for you, so the end result is the same either way.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   May 14 2008  8:00AM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.