Andreas Wolter 12/10/2020

Logging Schema-changes in a Database using DDL Trigger

Read Original

This technical article details a method for logging database schema changes using DDL Triggers in SQL Server and Azure SQL Database. It contrasts this developer-focused troubleshooting approach with the formal SQL Auditing feature meant for security and compliance, explaining the permissions and use cases for each. The solution provides a simple way for engineering teams to track DDL statements like CREATE, ALTER, or DROP.

Logging Schema-changes in a Database using DDL Trigger

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes