Creating a new pipeline or [lift and shift] SSIS - which one is better?

Deepak Kumar Kalyanum 1 Reputation point
2021-05-11T05:26:56.897+00:00

Hello Experts - I would like to understand the best optimal and suitable option or solution here between the 2 :

Scenario : I have an SSIS package with lot of transformations and dynamic data loads on premise and the requirement is to migrate this on premise SSIS ETL to Azure , specifically ADF .

  1. Is it better to create altogether a new ETL on ADF with pipelines?
  2. Lift and shift this SSIS and execute in Azure SSIS runtime?

Which one is better and any other suggestions ?

Thanks,
Deepak.

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
930 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,663 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,241 Reputation points MVP Volunteer Moderator
    2021-05-11T07:19:27.43+00:00

    Hey @Deepak Kumar Kalyanum ,
    Is the requirement to just migrate SSIS to cloud or even the database to cloud?
    If it is complete migration, I would suggest ADF is the best option .

    In case if it is just SSIS migration, then please verify whether all transformations of ssis are readily available in ADF as ADF is still evolving. If all are not available then better to leverage SSIS + ADF for easy migration.

    similar thread:
    https://stackoverflow.com/questions/65410072/need-inputs-to-decide-azure-data-factory-or-ssis/65411805#65411805


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.