![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I have a DTS package that is scheduled to run at 2:00 am every day. On occassion it runs for more that 24 hours so I end up with two instances of the package running at the same time. Because of the way that the process is architected, this is extremely undesirable, the second process can overwrite the results from the first. Does anyone have a good technique for preventing a DTS from running if it is already running. Any help would be much appreciated |
#2
| |||
| |||
|
|
Take a look at this thread: http://groups.google.com/groups?hl=e... bl%26rnum%3D1 "Jeff Farquharson" <JeffFarquharson (AT) discussions (DOT) microsoft.com> wrote in message news:937C2C0F-954A-467E-8B5F-0270812420A7 (AT) microsoft (DOT) com... I have a DTS package that is scheduled to run at 2:00 am every day. On occassion it runs for more that 24 hours so I end up with two instances of the package running at the same time. Because of the way that the process is architected, this is extremely undesirable, the second process can overwrite the results from the first. Does anyone have a good technique for preventing a DTS from running if it is already running. Any help would be much appreciated |
#3
| |||
| |||
|
|
Thank you for your response Thats the same solution that we came up with -- I was hoping for something a little cleaner "Ilya Margolin" wrote: Take a look at this thread: http://groups.google.com/groups?hl=e... bl%26rnum%3D1 "Jeff Farquharson" <JeffFarquharson (AT) discussions (DOT) microsoft.com> wrote in message news:937C2C0F-954A-467E-8B5F-0270812420A7 (AT) microsoft (DOT) com... I have a DTS package that is scheduled to run at 2:00 am every day. On occassion it runs for more that 24 hours so I end up with two instances of the package running at the same time. Because of the way that the process is architected, this is extremely undesirable, the second process can overwrite the results from the first. Does anyone have a good technique for preventing a DTS from running if it is already running. Any help would be much appreciated |
![]() |
| Thread Tools | |
| Display Modes | |
| |