In SQL SERVER 2008 ,is it possible to disable auto drop of global temp table
Posted
by nayeem
on Stack Overflow
See other posts from Stack Overflow
or by nayeem
Published on 2010-05-13T11:14:36Z
Indexed on
2010/05/13
11:24 UTC
Read the original article
Hit count: 461
Hi
question1 : I am using global temp tables in sql server 2008
but once my connection is closed this temp is dropped
is there any way to diable auto drop
Question2 : If two connections are accesstion same global temp table and another connection is trying to delete that global temp table,does sql server handles this synchronization properly?
from nayeem khan
© Stack Overflow or respective owner