What is the best way to setup SQL Server audit to get all SELECT for schema?
My goal:Show all tables from specific schema which are used in SELECT queries for all users in SQL Server database.[Optional] Show all tables from specific schema which are used in queries for all...
View ArticleHow to change the timestamp format of percona mysql audit logs
I have a RHEL linux server where I have installed mysql percona and set the auditing.The Queries received in the audit record has timestamp in below...
View ArticleConfigure Login Audit - Skip one user-
I have configured the login audit to save only the failed ones, but I need to omit a specific login in said audit, is it possible?I am using sqlserver 2008-r2
View ArticlepgAudit Install Not Working Because of Makefile (Postgres 15)
Hi My Makefile supposedly doesnt have an install target. How do I fix this?I dont understand how it even worked for others. Also, I cant use an updated version of Postgres due to restrictions at my...
View Articlesqlserver alwayson audit setting
I am running SQLSERVER ALWAYS ON 2019 ENT VERSION.I'm trying to STOCK an audit at the database level in SQLSERVER.In the master, it was confirmed that the log audit was left at DATABASE LEVEL.However,...
View ArticleDatabase audit for Select on read only replica of Always On?
I'm working with SQL Server Always On Availability Groups and need to implement auditing for our environment. I have a specific requirement to audit activities on the secondary replicas that are...
View ArticlePercona audit_log_filter not working
Has anyone had any luck using the audit_log_filter plugin / component from Percona?I have installed Percona Server for MySQL 8.0 (8.0.41-32) and Percona Server for MySQL 8.4 (8.4.3-3) and followed the...
View ArticleCannot start SQL Server Audit on file
I have the following SQL Server Audit:CREATE SERVER AUDIT [Omega_CA_Srv_Aud]TO FILE ( FILEPATH = N'C:\MS_Sql_Server_Audit\' ,MAXSIZE = 100 MB ,MAX_FILES = 3 ,RESERVE_DISK_SPACE = OFF) WITH (QUEUE_DELAY...
View ArticleMySQL: how to use audit_log plugin to audit user modification
I am trying to audit any user modification action (create user/alter user/drop user/rename user) on a MySQL Enterprise server 5.7.24.I have installed the audit_log plugin following the document,and...
View ArticleTrack MySQL Procedure Changes in MySQL
We want to keep track of changes being done to MySQL procedures only, actually recently our procedures seem to have overwritten to some previous versions and we were unable to track it that who did...
View ArticleTracking All MongoDB Read Operations Without Performance Impact (Free Solution)
I'm trying to implement a system to track all read-only operations on our MongoDB deployment with the following constraints:Requirements:Need to track all read operations (find, aggregate, etc.)...
View ArticleDiscover who changed SQL Server service state
There's any way to find out who stopped\restarted\started the following services ?SQL Server Database EngineSQL Server AgentSQL Server Analysis ServicesThanks !
View ArticleAuditing a Single User in SQL Server
I have an application that accesses my SQL Server using a username\password. However our lead developer has access to this password and I suspect that he may be utilizing this outside of our terms of...
View ArticleHow to trace a query on Firebird?
With SQL Server we can trace for a period of time, to get what queries are running.How can I do this with Firebird? I'm reading something on their website but there's only user trace like if the login...
View ArticleMySQL - Information_schema Events - How persistent or retention is managed
I'm a MS SQL guy and understand agent job history.I'm now working with MySQL.I've searched hi and low but I can't find any solid info on how event data within information_schema.events is persisted,...
View ArticleMSSQL - How to log every rpc_completed event into a table?
I want to log the Execution Time and Parameters for every stored procedure call on my database.What I reached by searching is to use extended events as the latest method with minimum performance...
View ArticleWhat's the best way to track table usage across multiple schemas?
I'm working with a large SQL Server database that contains approximately 1000 tables across several schemas. I need to determine which of these tables are actually being used in user queries, stored...
View ArticleDB2 Audit Policy not producing EXECUTE data
I'm trying to set up an Audit facility on a DB2 AWSE V10.5 FP5 database running on Red Hat Linux Server 6.8. The definition for the policy is :ALTERAUDIT POLICY Failures CATEGORIES Audit STATUS...
View Article