Populate the Temporary Table
The temporary table you are populating 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 delete, the temporary table must be named in the format [TableName]#TEMP, where TableName is the name of the table you are inserting to. For example: