I use SSIS
with SQL Server 2016
. I need to know which below approach is better.
In one of my DataFlow task, I need to add more than 100 Derived columns
. Should I add just one Derived Column component
with 100 new expressions
or should I add several Derived Column component
in rows?
This is the first option:
And this is second option:
Which one is better?