How to polling the changes to a SQL Server table? -
I have a SQL Server database for the inclusion of new values in the table without using the trigger or without modifying the structure of the database How can I monitor any type? The voting database will only have inclusive operation.
My plan is to write a fixed job on a SQL server that checks the table every 30 minutes, if any new rows are inserted in the table, then insert those new values into another table Will happen.
Please suggest, how can I get this requirement?
Thanks, Simic
Comments
Post a Comment