0

we have ETL package, while executing it from SSDT it works fine but while scheduled. it takes too long to complete. any idea what could be the cause?

Radhi
  • 6,289
  • 15
  • 47
  • 68

1 Answers1

0

After analysis what we found is we were deploying ETL packages using Project deployment. while it is changed to PackageDeployment. the performance improved.

i am not sure this is the correct answer or not. but currently this is what we found and after changing that the problem is resolved.

is there any blog which documents about performance factors in SSIS?

Radhi
  • 6,289
  • 15
  • 47
  • 68