Hello Everyone;
I have a db in SQLServer and want an audit log file that could reveal every single operation perfomed on that database since it was created. This is to let me know if someone has deleted a record or modified directly using SQL server and not via application sitting on the database.
Does SQLServer has that facility?