Wolfgang: The Microsoft SQL Server app currently does not feature a Watch new rows trigger module that would enable you to trigger your scenario whenever a new row is added to a database table.
------------------------------------------
BESTPRACTICE: Implement a stored procedure that will return all rows added to a table since the last time it was called.
Created by Tereza Klobouckova
·