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.
Author |
Topic |
shabion
Starting Member
1 Post |
Posted - 2011-08-14 : 03:58:53
|
Hi all,I looking to know how that write sql schedule job / event that run on a daily basis and exec some proc that i have in DB, I look for it by writing the syntax and not by maintenance plan!!Thanks,Daniel |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2011-08-14 : 04:29:19
|
you can use SQL Agent to schedule and execute some stored procedure on a certain interval.Please refer to Books On line on SQL Server Agenthttp://msdn.microsoft.com/en-us/library/ms189237%28v=SQL.90%29.aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|