Blue-Green Extract Transform Load
Do your Extract Transform Load (ETL) batch loads sometimes fail? Do your customers want to reduce the duration of the window during which the warehouse is unavailable while the loads
Do your Extract Transform Load (ETL) batch loads sometimes fail? Do your customers want to reduce the duration of the window during which the warehouse is unavailable while the loads
I was shown the following technique for comparing tables when I was a junior programmer many years ago. WITH A as (SELECT something) , B as (SELECT another_similar_thing) SELECT *
I read lots of examples on the internet that check if an object exists, and then drop it before creating it. You’d be excused for thinking that this is good
I’ve been looking at Redshift Zone Maps for some time, and so I was quite pleased with theRedshift session that Rahul Pathak delivered at re:Invent 2014. Redshift is a columnar
Dynamic SQL has a bad reputation. When I started as a DBA I had a code quality checklist that had dynamic SQL on it as a problem. I later wrote