April 9, 2009 at 8:09 am
Can sp_reset_connection reset the global temperary table also?
April 9, 2009 at 5:12 pm
I think yes.
It will clear any work or temporary tables that are created by the connection.
From
http://stackoverflow.com/questions/596365/what-does-spresetconnection-do
MJ
April 13, 2009 at 3:41 pm
There is two different connection since it is two different application i am talkign about. There are 2 application connected to one sql server. Sp_reset_connections is executed by one application and global temp table is created by another application. In this case can it still delete this global temp table?
April 15, 2009 at 3:09 pm
Let's wait for an expert comment on this. I believe sp_reset_connection works on connection basis only.
MJ
April 16, 2009 at 7:36 am
Just a quick note to mention that this thread is an off-shoot of this thread
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply