What is the meaning of "#" in front of a table name in TSQL?

Viewed 47024

what is the difference between the table names "#mytable" and "mytable" in TSQL? I see table names start with "#" in a lot of custom procedures.

2 Answers
Related