dbTalk Databases Forums  

Calling a DTS Package in a Stored Procedure

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


Discuss Calling a DTS Package in a Stored Procedure in the microsoft.public.sqlserver.dts forum.



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

Default Calling a DTS Package in a Stored Procedure - 11-13-2003 , 01:05 AM






Can anyone help me in calling a DTS package in a stored procedure ?

-Peri



Reply With Quote
  #2  
Old   
V Batishchev
 
Posts: n/a

Default Re: Calling a DTS Package in a Stored Procedure - 11-13-2003 , 02:56 AM






msdb..sp_start_job or msdb..sp_add_jobschedule / msdb..sp_delete_jobschedule
/ msdb..sp_help_jobschedule depends on requirements. And leave all routine
work for SQL Server Agent. Belive me it will do it better. It is created
for.

You can even start your DTS package from a trigger.


"Peri" <peri (AT) cspl (DOT) com> wrote

Quote:
Can anyone help me in calling a DTS package in a stored procedure ?

-Peri





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.