Skip to content

rodevasia/cdc-sql-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’พ SQL & Data Transformation Example

Hereโ€™s an example of my experience applying Business System Logic transformations and Change Data Capture (CDC) in SQL:

Workflow Example:

  1. Create Tables

    • Landing.[User] โ€“ The source table
    • Staging.[User] โ€“ The target table for transformations
  2. Apply CDC Logic

    • Implemented CDC to capture changes from Landing.[User] and apply them to Staging.[User]
    • Ensured only inserted/updated/deleted records are processed for efficiency
  3. Column Transformations

    • Applied business system logic to transform columns from Landing to Staging
    • Examples:
      • Standardizing names and emails
      • Calculating derived metrics
      • Data type conversions and null handling
  4. Automation via Stored Procedure

    • Encapsulated the CDC and transformation logic in a stored procedure
    • Scheduled execution for regular updates to keep staging synchronized

๐Ÿ”‘ Key Skills Demonstrated

  • SQL Development & Stored Procedures
  • CDC (Change Data Capture) Implementation
  • Business System Logic & Data Transformations
  • ETL / Data Warehousing Concepts
  • Performance Optimization in SQL

About

SQL Server CDC Procedure for User Table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages