Forum Discussion
Technical_Architect5
Jan 31, 2025Copper Contributor
Store Procedure to capture changes to tables/column
I need help to develop a stored procedure that can capture changes to all tables/columns in a CDC-enabled SQL database (all the tables are also CDC-enabled). The database is on SQL 2016. Store these ...
olafhelper
Feb 03, 2025Bronze Contributor
I need help to develop a stored procedure that can capture changes to all tables/columns
And now you are expecting a "universal-I-can-do-anything" solution without giving any usefull informations about your database/tables??
Impossible!!!
You have to develop an own solution depending on your database/tables design.