I've created a SQL task that would run a stored procedure and insert a datetime into my database. I'd like to have the SQL task run at the start and end of a package. Where would I put the SQL Task to accomplish this goal?
In the Control Flow, you set the order of operations by connecting different tasks together by dragging the arrows and connecting the different tasks. So all you need to do is make sure the Execute SQL Task is either at the beginning or end of the chain.
I've thought about putting the "start" and "end" by using the control flow, but I'm wondering if there are "pre" and "post" type events that I could use, so that the control flow window is clean of the start and end items.
I hope what I just wrote isn't too confusing. Basically, I'd like the start and end logging to occur somewhere in the program but not in the control flow, so as simplifying the control flow window.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.