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.