dbTalk Databases Forums  

Scheduling Stored Procedure

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


Discuss Scheduling Stored Procedure in the microsoft.public.sqlserver.dts forum.



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

Default Scheduling Stored Procedure - 07-16-2003 , 03:34 AM






Does anyone know how to use a DTS package to schedule a
stored procedure?

I am using SQL server 7.0.

All I want is my stored procedure to run at a scheduled
time, I am not concerned if I dont have use a DTS package
for that.




Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Scheduling Stored Procedure - 07-16-2003 , 04:07 AM






You don't need to use DTS to do this. To schedule anything is SQL Server you
use the SQL Server Agent. In Enterprise Manager expand the nodes down to
Management, SQL Server Agent, Jobs. From here you can add a new job with a
step type of TSQL. Just add the stored procedure call in here.


--
Darren Green
http://www.sqldts.com

"Nurul Alam" <nalam (AT) btinternet (DOT) com> wrote

Quote:
Does anyone know how to use a DTS package to schedule a
stored procedure?

I am using SQL server 7.0.

All I want is my stored procedure to run at a scheduled
time, I am not concerned if I dont have use a DTS package
for that.






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.