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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-08-27 : 11:09:33
|
| frederic writes "i use MSSQL 7.If i create and schedule a new package , a local server job according to the package is created.If i create a package copying an older. no job is created." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-08-27 : 13:03:54
|
| The job is separate from the package so if you copy the package you are not copying the job as well.They are only linked by the item that the job is executing - the package won't know about the job at all.==========================================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. |
 |
|
|
|
|
|