Home > Enterprise >  I want to trigger Azure datafactory pipeline whenever there is a change in Azure SQL database
I want to trigger Azure datafactory pipeline whenever there is a change in Azure SQL database

Time:05-06

I have a datafactory pipeline that converts SQL database table into csv file. Now I want to trigger the pipeline whenever there is a change in the azure SQL database. How can i achieve that using azure logic app or some other trigger.

CodePudding user response:

There are two triggers for SQL DB that are very straight forward ...

SQL DB Triggers

  • Related