Hi,
I'm testing a SSIS 2014 pkg that write almost 170.000 rows on a SQL Server table having 10 computed columns.
I've noticed a good execution into dev environment, finished in few minutes. But into test environment, the same package takes 4-5 hours!
I need to detect the reasons about a such behaviour. Could computed columns affect the related execution performance?
Any suggests to me to solve this issue? Thanks