Using Hashbytes to track and store historical changes for SQL Server data
Change Data Capture (CDC) is a fundamental part of ETL especially in a data warehousing context. This allows you to capture changes as they are made and could be used to create historical data changes. A way to achieve this is through hashing algorithms.