Azure SQL
The Azure SQL Agents allow you to include data from an Azure SQL database table into your stream.
The Listener allows you to return new rows added to a table. It operates on a timed interval and returns all new rows added to the table since the last interval.
The Context Provider allows you to read and output the entire contents of a table to the Data Stream for contextual data.
The Action Agent allows you to insert or update rows in a table, or execute a stored procedure. You can configure whether the destination table should be created before writing to it.
None at this time
Last modified 1yr ago