May 28, 2020 at 1:37 pm
How do people handle the case where they want to apply precedence constraints right from the start of their package. This sort of thing:
(Excuse the graphics!!)
I've done this in the past by creating an empty Sequence container and taking the constraints from that, but it seems a little inelegant, so I'm looking for other ideas.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
May 28, 2020 at 1:57 pm
I've done similar things. I tend to use a Expression task instead, but same idea. I don't think there is anything you can natively do. Seems that Microsoft expect you to decide outside of the package if it's going to need to be run or not, which isn't always possible (especially in an Agent Job scenario).
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
May 28, 2020 at 1:57 pm
I unfortunately don't know of a more elegant way, and have used empty script tasks in the past as a starting point.
May 28, 2020 at 4:08 pm
Phil, that's the same way I handle it. It feels a little clunky, but it works. Function before form 🙂
Tim Mitchell, Microsoft Data Platform MVP
Data Warehouse and ETL Consultant
TimMitchell.net | @Tim_Mitchell | Tyleris.com
ETL Best Practices
May 28, 2020 at 4:26 pm
That's effectively the same answer, from three posters I trust, so I'll just carry on doing it this way! Thanks to you all for taking the time to respond.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply