Using SELECT INTO with UNION Statements

On occassion, I need to take a number of different result sets and combine them into a single output, which I then want to store in a temporary table. I've done this while developing solutions for business needs and when analyzing performance for different environments. Sometimes I just need to store stuff. What makes this … Continue reading Using SELECT INTO with UNION Statements