An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
If you want to use SSMS, connect to your Synapse dedicated SQL pool and right-click on the database, select "Tasks", and then "Deploy Data-tier Application".
Follow the wizard and select the DACPAC file you want to deploy.
If you want to use SQLPackage Utility to export/import database schema and data so you can deploy a DACPAC to a Synapse dedicated SQL pool using SQLPackage by specifying the appropriate command-line arguments.
SqlPackage.exe /a:Publish /sf:YourDatabase.dacpac /tcs:"YourConnectionString"