What is the best tool for mapping SQL Server DW tables Azure Synapse

Andrew Hopkinson 6 Reputation points
2022-02-25T16:29:51.877+00:00

Hello, I am in the process of trying to migrate SQL Server 2012 data warehouse tables and cubes to Azure Synapse. Can someone please recommend a good tool for this? Thank you.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,395 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,758 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,245 questions
{count} votes

2 answers

Sort by: Most helpful
  1. YufeiShao-msft 7,056 Reputation points
    2022-02-28T06:02:50.6+00:00

    Hi @Andrew Hopkinson ,

    Check out this doc: Migrate a data warehouse to a dedicated SQL pool in Azure Synapse Analytics

    Plan your migration before you get started, to ensure that you data, table schemas, and code are comptible with Azure Synaspse Analytics

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. AaronHughes 391 Reputation points
    2022-03-03T08:05:27.777+00:00

    From what you've said, you could use data migration service or Synapse pipelines to move existing data from the DW to SQLPools, Synapse Pipelines also allow you to now use the SSIS IR which will allow a lift and shift of your SSIS into the cloud.
    in terms of any Stored procs you can move these however the MPP architecture and SQL Syntax that is avaliable in SQLPools is different to SQL Server and therefore you will have to re work these for the new solution.

    This method would get you migrated quickest I think; however I would then suggest moving the SSIS packages over to Synapse Pipelines and rearchitecting the SQLPool objects to take advantage of the other functionality the SQLPools gives you.

    0 comments No comments