2
I need a help, I have to provide a login on MSSQL ERP company and my superior need to monitor transactions of type INSERT, DELETE and UPDATE that are made by them, in case the scripts that were executed in those types of transactions.
Examples :
INSERT INTO tabela001 (id, campo1, campo2) Values (1,'Texto1', 123 )
In the Log I would save the login data, transaction type and executed script.
I asked the question, but I also don’t know if it’s possible.
– Ricardo Souza