'what is the difference between create temp table and create table #temp?

What is the difference between SQL statements

  • create temp table temp_1 And
  • create table #temp_1 used in creating temporary table or are both the same ?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source