• What is the reason the article states:

  • When creating temporary tables, do not use SELECT INTO statements, Instead of SELECT INTO statements, create the table using DDL statement and use INSERT INTO to populate the temporary table. 
  • Performance? Readability?

    Thanks

     



    Once you understand the BITs, all the pieces come together