Hi,
My question is related to temporary tables name collison.
Is there ever a possibility of "name collision", if the *same* user runs the same SP and two instances of the temp table are in existence at the same time?
Stored procedure is being executed from a web application or by any windows application.
If YES then how we can avoid this and if NO then what is the reason???
Thanks,
Start Free Trial