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
 Schedule SQL Script to Run

Author  Topic 

njhepler
Starting Member

1 Post

Posted - 2008-06-26 : 15:51:30
I have a SQL script that I would like to setup to run at a certain time daily. I have looked around but not found anything on how to set this up. Does anyone have an idea?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-06-26 : 15:54:53
You need to set this as a job and schedule it to run at a certain time daily.
SQL Server agent is what you have to look for

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2008-06-26 : 18:41:22
yessir, it's agent's job to run scheduled jobs.


elsasoft.org
Go to Top of Page
   

- Advertisement -