ADF stored procedure glitch when ran via trigger
NIKHIL KUMAR
126
Reputation points
I have a database stored procedure with one of below code snippets in it. Now problem is when I call this stored procedure via ADF pipeline stored procedure activity.
The Database SP is working as expected when ADF pipeline is ran in debug mode or SP is ran directly via SSMS, but moment I run my ADF pipeline via trigger this code snippets within SP is not working. What could be possible reasons ?
Update a
SET a.columnB = b.columnB
From tableA a
Inner join table B b
On a.columnA = b.columnA
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.
5,374 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
Sign in to answer