[quote user="Trev256"] What are the differences between tables that start with ## anf # ? Thanks [/quote] A double ## denotes a global temp table, which is visible to all connections, while a single # is visible just to current connection and therefore is a local temp table.