No it will not replace the first visitor's results. Although the temp table name is the same in the SP (Ex #temp1), behind the scenes, SQL Server gives the table name a unique value(Ex: #temp1_XyoudfE34242). It concatinates some string based on some criteia to make iu unique.
|