SQL Server
The SQL Server Agents allow you to include data from a SQL Server database table into your Data 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 Writer (Action Agent) allows you to add or update rows in a table, or execute a stored procedure. You can configure whether the destination table should be created if it does not exist.
None at this time
Last modified 3mo ago