SQL # Temp Table – Difference between # and ## Temp Tables
A temporary table with a hash (#) or double hash (##) is a temporary table stored in the system database tempdb. This table exists only for the duration of the user session ID that created it. There are two types of temporary tables: Local Temporary Table A local temporary table is accessible only within the… Read More »