I need a help, I have to make a login in the MSSQL
the company of the ERP and my superior needs to monitor the transactions of type INSERT
, DELETE
and UPDATE
that are made by them, in case the scripts that were run on these types of transactions.
Examples:
INSERT INTO tabela001 (id, campo1, campo2) Values (1,'Texto1', 123 )
In Log I would save the login data, the transaction type and the executed script.