3
Answers

Capture DML/DQL commands are fired on the table or view in MSSQL 2019

Naveen Kumar

Naveen Kumar

Feb 25
444
1

Is there way to capture who and when DML/DQL commands are fired on the table or view in a specific period of time in SQL Server 2019. One option is SQL Trace, but SQL Trace is deprecated and Microsoft suggest to use Extended Events.

Looking for a some simpler solution.

Answers (3)