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 |
|
Lady
Starting Member
32 Posts |
Posted - 2002-12-03 : 04:42:40
|
| Hi!Help please: I need create/update scheduler’s jobs via business logic layer. How shell I know if operator, step or scheduler for participate job have been created and I have to update wham, or I have to create a new one?I know only two sp type : sp_update_jobschedule & sp_add_jobscheduleAnd how shell I chose right one?Is it clear?thanks:)Edited by - Lady on 12/03/2002 04:43:26 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-12-03 : 05:52:03
|
| look at sysjobs and sysjobschedules.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|