dbTalk Databases Forums  

How to Limit SSIS Package execution to one instance.

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to Limit SSIS Package execution to one instance. in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeff Darlington
 
Posts: n/a

Default How to Limit SSIS Package execution to one instance. - 06-07-2006 , 01:55 PM






I have an SSIS package that is scheduled to run every 5 minutes by the SQL
Server Agent. I only want to allow one instance of the package to run at the
same time so it does not step on itself when it is doing some file and
database activity. Is there some easy solution to this? I though of using a
singleton in the db to limit the package execution, but I would prefer a
built in option.

Thanks
-Jeff

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: How to Limit SSIS Package execution to one instance. - 06-07-2006 , 05:19 PM






I am sure there is nothing in the box that does this for you. When rolling
your own the package level pre-execute and post-execute events would be
ideal to raise and lower your semaphore flag or similar.

Darren

"Jeff Darlington" <jdarlingtonR7 (AT) community (DOT) nospam> wrote

Quote:
I have an SSIS package that is scheduled to run every 5 minutes by the SQL
Server Agent. I only want to allow one instance of the package to run at
the
same time so it does not step on itself when it is doing some file and
database activity. Is there some easy solution to this? I though of using
a
singleton in the db to limit the package execution, but I would prefer a
built in option.

Thanks
-Jeff



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.