I followed the MS tutorials and created a pipeline to move data from the SQL Tablet messenger to Azure Blob, and then another pipeline to move blob data to the azure sql table. From the provided document, I need to indicate the active period (start time and end time) for the pipeline, and everything works fine.
The question is what can I do if I want the pipeline to activate every 3 hours until I manually stop the operation. Currently, I need to change the start and end times in a json script and publish it every day, and I think there should be a different way to do this.
I am new to azure, any help / comment would be appreciated, thanks.
ps I cannot perform transactional replication, since my local SQL query is on SQL2008.
source share