Sireesha Devineni
Sireesha Devineni

Reputation: 1

Auditing a .net application using sql

What would be the answer for how do you audit .net application for security using Sql server database?

I said by using triggers. But I don’t know the answer. Please help.

Upvotes: 0

Views: 62

Answers (1)

Sunil Cyriac
Sunil Cyriac

Reputation: 523

This may help you just have a look at [SQLShack page] (https://www.sqlshack.com/various-techniques-to-audit-sql-server-databases/)

They list out and explain some of the auditing techniques using SQL server databases.

Upvotes: 1

Related Questions