python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Extended Events for Server/Database Audit
I am wanting to know if anyone is aware if there is an Extended Event I could utilize to detect if a SQL server/database audit definition has been altered, created, deleted, etc.
Currently I am utiliz...
Pushpin29
Votes: 0
Answers: 1
Create audit on azure SQL Database for delete command
I´m trying to create a new audit on Azure SQL Database with command below:
Set-AzSqlDatabaseAudit -ResourceGroupName "NAME" -ServerName "SERVER" -DatabaseName "DATABASE" ...
LMC
Votes: 0
Answers: 1
Human Readable SQL Server CDC Output
We have implemented SQL Server CDC as a background auditing tool across multiple databases. We have a new requirement to implement a human readable audit report accessible from the user interface. C...
Agricola
Votes: 0
Answers: 0
After successful db2 restore, some tables might have incomplete data loaded?
Two weeks ago, I took db backup(db2 luw - 5tb) and restored it to new server. However three days ago, developer claimed that one of his table data was incompletely restored.
The earliest full backup i...
Canerc
Votes: 0
Answers: 1