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 |
|
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 forMadhivananFailing to plan is Planning to fail |
 |
|
|
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 |
 |
|
|
|
|
|