Azure SQL database restore to Synapse

Andrea Galardi 0 Reputation points
2024-09-11T14:01:57.8966667+00:00

we need to do restore sql server database from restore point to dedicated sql pool on synapse on same resource group we are trying to do restore azure sql server db on same restore group where we have synapse but it ends up with error ERROR1.JPG

Command use for restore:

Restore-AzSynapseSqlPool -FromRestorePoint -RestorePoint $restorePoint.RestorePointCreationDate -Name "NEW_NAME" -ResourceGroupName "TEST" -WorkspaceName "WSNAME" -ResourceId "SUBSCRIPTION_NAME" -PerformanceLevel DW300c

Do u have any advice out to proceed?

Azure SQL Database
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,875 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.
13,690 questions
{count} votes

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.