Error!
Success!

MSSQL - All temp tables are global

0
kicks

MSSQL - All temp tables are global  (Unpublished)

Normally temp table's are only visible to the current connection that they are originally created on. However this is not the case. This can lead to a race situation occuring between mutliple connections using temp tables. Or worse between applications that are using the same constraint name in two seperate temp tables.


Kicked By:
Drop Kicked By: