Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Auto Exec of Stored Procedure

Author  Topic 

ryoka012
Starting Member

20 Posts

Posted - 2012-04-02 : 02:30:23
Hi,

Can anyone point me to how can i create an automatic exec of stored procedure.

Example:

Every 3am, execute a specific stored procedure in at that time.
Thanks

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2012-04-02 : 02:43:19
schedule it using SQL Server Agent

refer to http://msdn.microsoft.com/en-us/library/ms191439.aspx


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -