dbTalk Databases Forums  

Is it possible to create, schedule, and run a DTS Package using TSQL?

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


Discuss Is it possible to create, schedule, and run a DTS Package using TSQL? in the microsoft.public.sqlserver.dts forum.



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

Default Is it possible to create, schedule, and run a DTS Package using TSQL? - 05-18-2004 , 02:01 PM






I am trying to automate the set up of my database on customer machines. Some will need a DTS package to be created and scheduled. Can this be done strictly with T-SQL to avoid having to do it through code or wizards?

Reply With Quote
  #2  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default RE: Is it possible to create, schedule, and run a DTS Package using TSQL? - 05-19-2004 , 09:41 AM






There is not a way to create a DTS package via TSQL, unless you can create
an application to create one and then call teh application from TSQL using
the xp_cmdshell procedure.

Rand
This posting is provided "as is" with no warranties and confers no rights.


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.