Create a Slowly Changing Dimension Type 2 with T-SQL

 https://datajoe.blog/2019/05/22/create-a-slowly-changing-dimension-type-2-with-t-sql/

This uses T-SQL MERGE. I think it's a complete implementation.

Comments

Popular posts from this blog

Using sp_executesql with OPENQUERY

Executing Remote Queries Safely and Efficiently with sp_executesql