LucieLastic
Programmer
hi
I'm in the process of writing a Stored Procedure which creates a couple of temporary tables. The data can be different for each user, so my question is, if 2 users run the same Stored Proc at the same time, will they both try to access the same temp table or will 2 separate instances of the temp table be created, each one being dedicated to individual user's session?
lou
I'm in the process of writing a Stored Procedure which creates a couple of temporary tables. The data can be different for each user, so my question is, if 2 users run the same Stored Proc at the same time, will they both try to access the same temp table or will 2 separate instances of the temp table be created, each one being dedicated to individual user's session?
lou