Is there a way to disable mysql enterprise audit for a particular...
I am using mysql enterprise audit in our production, which is working perfectly fine. I have filter rule applied such that all table access queries are logged.However while dumping or restoring a large...
View ArticleKeeping track of client logged-in OS user when connecting to a database server
We are implementing a monitoring solution that keeps track of logins to SQL Server.We need to capture the following event: a user logs in to a Windows client and from there logins to a remote SQL...
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 ArticleSQL Server 2012 how to audit user's access to database tables and views?
We have a read-only login account that unfortunately was created without proper planning, and now users throughout the company are using this login to access tables and views in our database. The...
View ArticleFinde the difference in UPDATE in PostgreSQL
I would like to determine the difference in an UPDATE that was carried out on a table DE_projects. So between old and new values. The aim is to monitor changes in the permissions column in the...
View Articlebypassing application controls from database
hay,I'm currently doing an audit on oracle payables & CC&B and I noticed that the DBA team has full access on the database and with no audit trail is enabled.Now is it possible to bypass the...
View Articleclass_type column of system function "sys.fn_get_audit_file" returns null
I implemented audit in SQL Server 2019. Also I have created a job to save audit records from file to a table.According the microsoft document column class_type is NOT NULL. so in my table is NOT NULL...
View Articlewants to know which are the databases not involve in DDL audit
need to know through script which DB does not enable DDL audit
View ArticleSQLLocalDB audit to application/security log
Has anyone encountered an error that Sql Server LocalDb cannot start an audit aimed at the application log (or security log)?it seems like problem only for the localdb instance.sys.dm_os_ring_buffers...
View ArticleSQL Server Audit log format changed in 2022?
I have an audit setup on various versions of SQL Server to dump their log files to a network share.The server that reads the files (using sys.fn_get_audit_file) to gather the data from them is 2019.We...
View Articleaudit on object by user in Oracle
Is there some way to audit, for example, a select in a specific table just by one specified user? something like this:audit select on foo.table by soe;this command return:ERROR at line 1:ORA-01708:...
View ArticleIn SQL Server auditing, what is frame nest level?
In SQL Server, when function sys.fn_get_audit_file() returns info from audit files, it includes column additional_information. Per that column's documentation, it contains "one level of TSQL stack" in...
View ArticleCorrelating SQL Audit transaction_id to LSN
I have a relatively simple question that is "Google resistant".I have a SQL Database Audit spec that logs a transaction_id. I also have a Change Data Capture (CDC) spec that logs __$seqval (LSN). As a...
View ArticleTrack all modifications to a PostgreSQL table
We have a table which has only roughly 500 rows, but it is very important for us.I want see all changes which happen to this table. The changes should get tracked with a timestamp.I don't want the...
View ArticleHow to audit all DML operations on a SQL Server 2008 R2 database
In order to assess options of implementing indexed views, I want to check the usage of DML operations of the tables. The database is new to me as well as the relevant business knowledge, so I just have...
View ArticleCan I audit all actions of a database role?
I know from AskTom that we can audit all actions of a particular user account, e.g.:create audit policy test_audit_policy actions all when q'!sys_context('userenv', 'session_user') =...
View ArticleAutomatic ID and Created/Modified By/Datetime fields?
Is it possible to get MySQL to automagically create and manage a record ID, Created By/Datetime and Modified By/Datetime columns for all tables in a database?Note: Not looking to manually create...
View ArticleDenying access to some databases
I need to deny a user access to certain databases in the SQL Server 2019 instance. The user should however be able to migrate all the other databases in the instance to another instance.What is the...
View ArticleWhy password return null for table master.. sys.logins? *SQL Server
I have made comparison between two sql servers on my environmentsA - SQL SERVER 2016 - Passowrd return valueB - SQL SERVER 2019 - Password is nullIs there any setting to check.Thank you in advance
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 Article