Tim Kent's blog

Performance Pointing

Browse by Tags

All Tags » T-SQL (RSS)
Type 2 SCDs - Calculating End Date when you only have Effective Date
Here's a quick one for creating an end date column when you only have an effective date column in your data source to work with.  The secret is to join the table to itself with a greater than join on the effective date.  You then use the...
Posted: Aug 17 2008, 09:40 PM by Tim Kent | with no comments
Filed under: , ,