MSSQL - All temp tables are global

added by mistralol
2/20/2011 2:41:10 PM

114 Views

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.


0 comments