Populate the Temporary Table
The temporary table that the command populates is dynamic and is created at run time the first time you insert to it. Temporary tables are denoted by a# in their name. When using a temporary table to insert, the temporary table must be named in the format [TableName]#TEMP, where TableName is the name of the table you will be inserting to. For example: