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 |
|
metro17
Starting Member
8 Posts |
Posted - 2008-10-28 : 18:40:26
|
| I am trying to schedule a DTS package . But its says nothing, no error displays and finally it does not execute . But when I execute it immediately it is executed so . What is the problem here .Any suggestions ? |
|
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2008-10-28 : 20:56:12
|
| open SQL Server Enterprise Manager -> DAta transformation services -> local packages | metadata packages and right click on schedule package. very straighforward.if DTS is executed (debbuged) in development environment it should work normaly when setting schedule package; if package is debbuged with errors than this is the problem.try to load DTS package in a job (if you are using SQL 2005). |
 |
|
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2008-10-28 : 20:58:04
|
| p.s.: check if sqlserveragent is running and which user authentication is used, because sql server agent has it's own security rights/policies.best |
 |
|
|
|
|
|