3
Answers

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

Photo of Naveen Kumar

Naveen Kumar

1y
513
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)