I\'m using SQL Server 2000, and many of the stored procedures it use temp tables extensively. The database has a lot of traffic, and I\'m concerned about the thread-safety of cr
unless you use two pound signs ##temp the temp table will be local and only exists for that local connection to the user