SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
How can I capture DML operations of a table without impacting the performance. Lightweight process to capture all transactions.
Thanks
Additional SQL Server features and topics not covered by specific categories
Hi @SVA,
You may also consider using CDC.
What is change data capture (CDC)
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
There are several options, but since you are terse on your requirements, I will say SQL Server Audit is your best choice.