Hi,
I have one SSIS Package, which have four Execute SQL task in Sequential manner. This Package generally takes 10 minutes to execute. I have one scenario that, If ssis package takes more than 15 minutes to execute, then it should stop(Stop SSIS package execution.).
Thanks in Advance.