I'm struggling with calling the stored procedure (create in SSMS, Azure serverless pools) in ADF and sink to AZURE database.
I have a copy data activity, my Source dataset
is linked to my synapse analytics
serverless pools:
My Sink
is connected to an Azure SQL database parameter in the Sink
coming from the Azure SQL database Dataset
.
This is where I want to write output from the stored procedure. Problem is that I could not figure out how I could TRUNCATE TABLE
in Pre-copy-Script
.