Hi all,
I am trying to copy data from MySQL server to Azure Synapse Serverless Pool, I've set up the mapping of the tables but I'm getting the following error when I try to execute the pipeline:
{
"errorCode": "2200",
"message": "ErrorCode=SqlOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'Incorrect syntax near 'HEAP'.',Source=,''Type=System.Data.SqlClient.SqlException,Message=Incorrect syntax near 'HEAP'.,Source=.Net SqlClient Data Provider,SqlErrorNumber=102,Class=15,ErrorCode=-2146232060,State=1,Errors=[{Class=15,Number=102,State=1,Message=Incorrect syntax near 'HEAP'.,},],'",
"failureType": "UserError",
"target": "Copy_npk",
"details": []
}
May I know what is the problem? Or anything I've missed out?
Thanks!