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 |
|
JJ297
Aged Yak Warrior
940 Posts |
Posted - 2008-05-27 : 09:55:11
|
| I've created a stored procedure that will send out an email to users who have over due items. I'm now ready to set it up in SQL 2005 to run as a job. How do I add my stored procedure to that job I know how to set it up to run. I'm looking in SQL Server Agent but don't see how to add it to the Job. Please assist.Thanks! |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-05-27 : 10:09:24
|
| In steps. |
 |
|
|
JJ297
Aged Yak Warrior
940 Posts |
Posted - 2008-05-27 : 10:27:39
|
| Sorry I don't understand are you asking me if I want instructions given to me in steps...Yes or at least where do I go to set it up. Can't find it in 2005. |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-05-27 : 10:40:23
|
| In SQL server agent- jobs- steps |
 |
|
|
JJ297
Aged Yak Warrior
940 Posts |
Posted - 2008-05-27 : 15:47:35
|
| Thanks! |
 |
|
|
|
|
|