Recently we have upgraded our sql server from 2008 to 2016. We have an ETL project that picks up information on an Oracle db, transforms it, and post it on a Data Warehouse hosted on this SQL Server 2016. The ETL project works fine on sql 2008. Meanwhile we are having problems on sql 2016. It seems that the ETL process stucks in the TRANSFORM stage. On this stage we have a list of stored procedures that are executed one by one. The ETL always stucks in the last procedure. For example: If I have procedures A, B, C, D then the process stucks in D procedure. If I remove D procedure then the process stucks in C procedure and so on. The ETL never goes to the LOAD stage.
Please can you help me with any hint on how can I resolve this issue?
Thanks, KLEDI