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
If you look in the temps database you can see the temporary tables there, and they have system generated names. So other than regular deadlocks you should be OK.