TERRAFORM INSTALLATION, BASICS, STATEFILE
Infrastructure As A Code Redhat’s definition Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes. With IaC, configuration files are created that contain your infrastructure specifications, which makes it easier to edit and distribute configurations. So Terraform is one of the tools which helps us in automating Infrastructure […]
AUDITING IN SQL SERVER
AUDITING IN SQL SERVER USING CDC APPROACH Hi, In this post I would like to explain how we can audit tables in SQL server using Change data capture ( CDC) approach. Requirement: In the world of transactional databases, It is always required to audit our changes to track changes like what was changed and when […]