How can I monitor an SQL Server database for changes to a table without using triggers or modifying the structure of the database in any way? My preferred programming enviro
Wild guess here: If you don't want to modify the third party's tables, Can you create a view and then put a trigger on that view?