Dedicated SQL Pool - Can I import a sql server table or a sql server database into azure Synapse dedicated sql pool?

Nguyen, Hoa 331 Reputation points
2022-07-26T18:44:46.467+00:00

I have existing sql server tables. I would like to archive them in Azure Synapse Dedicated pool as it is said that one can use T-sql to query in Azure Synapse.
My question is:

  1. Can I import sql server tables into Azure Synapse ( structure and data )? If yes, how?
  2. if #1 answer is positive, Can i query those imported tables using T-sql in Synapse Studio or some other tool?

Thanks!

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
0 comments No comments
{count} votes

Accepted answer
  1. Vidya Narasimhan 2,201 Reputation points Microsoft Employee
    2022-07-27T10:27:04.843+00:00

    Hi nguyenhoa-7216

    1. You can use Synapse copy data tool to load data into Synapse dedicated sql as described in this link https://learn.microsoft.com/en-us/azure/data-factory/load-azure-sql-data-warehouse?tabs=data-factory
      Though, the above link loads from Azure SQL, you can change the source to SQL server.
    2. You can query the imported tables with Synapse Studio SQL scripts, SSMS, Azure Data Studio etc.
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful