http://www.sqlservercentral.com/articles/EDW/77100/ I came across this the other day, when I was looking at using the SQL MERGE statement to replicate the functionality of the Slowly Changing Dimension task in SSIS. There are many benefits to using MERGE instead of the SSIS task, one of my favourites being only having to run 1 SQL statement for the whole task, instead of one for each Lookup, and then subsequent UPDATE or INSERT statement. This link however, takes it one step further by dynamically building the MERGE statements to use in your ETL. This removes the need to manually update scripts when the...
Continue reading...
Ben Foster
Full Stack Software Engineer harbouring in Leeds, UK. Passionate about all things tech and people.
Latest Posts
- Using an AI Agent with AWS Bedrock to control my smart heating
- Connecting services with ECS Service Connect
- Managing dependencies between apps when using AWS ECS Service Connect
- Challenges working with and tuning AWS Amplify and AppSync with Flutter
- Cross-platform mobile app prototyping with Flutter and AWS Amplify