Follow these guidelines when using UNION with other Transact-SQL statements:
Only the first query can use an INTO clause; if it appears anywhere else, Microsoft® SQL Server™ displays an error message. Also, remember that if the select into/bulkcopy option is not set, SELECT INTO can create only temporary tables.
SELECT | UNION |