dbTalk Databases Forums  

DTS package to run stored procedures

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


Discuss DTS package to run stored procedures in the microsoft.public.sqlserver.dts forum.



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

Default DTS package to run stored procedures - 04-08-2004 , 10:05 AM






Is it possible to create a DTS package to run several (75) stored
procedures.

If the answer is yes how do I set it up.

Thanks

Chris
North Cotswold Computing

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #2  
Old   
Chris
 
Posts: n/a

Default RE: DTS package to run stored procedures - 04-08-2004 , 01:47 PM






Thanks

I'll look into that

Chris
North Cotswold Computing

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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

Default Re: DTS package to run stored procedures - 04-08-2004 , 02:09 PM



If Stored Procs are your way forward and if you simply want to execute them
on a schedule then you do not need DTS. Whilst DTS does data movement, for
stuff like this you may be better using stright TSQL in a job step.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Chris" <anonymous (AT) devdex (DOT) com> wrote

Quote:
Thanks

I'll look into that

Chris
North Cotswold Computing

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply With Quote
  #4  
Old   
Chris
 
Posts: n/a

Default Re: DTS package to run stored procedures - 04-08-2004 , 03:15 PM



The reason I want DTS to run the stored procedures is that I require
them to run after the tables have been cleared and the new data imported
all this is done by DTS and takes about 2 hours so I need to be able to
run these after all the data has been imported.

This is done each night

Chris
North Cotswold Computing

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #5  
Old   
DTJ
 
Posts: n/a

Default Re: DTS package to run stored procedures - 04-08-2004 , 05:27 PM



On Thu, 08 Apr 2004 08:05:03 -0700, Chris <anonymous (AT) devdex (DOT) com>
wrote:

Quote:
Is it possible to create a DTS package to run several (75) stored
procedures.

If the answer is yes how do I set it up.

Thanks

Chris
North Cotswold Computing
You create the DTS package and add steps for each task you want to
execute. The text will be "EXEC spName" for each one. Click on the
first one, then the second one, and add a workflow step. Repeat until
you have a complete workflow from step one through step n. Save.
Run.


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.