bikerboy718
Programmer
I have a server which has multiple databases. Each database has identical stored procedures that create temp tables in tempdb. Each temp table has a unique table name stored in the tempdb..sysobjects table for example:
#testtable______________________1234567
#testtable______________________2345678
How can I associate a temp table with the corresponding spid in which it was created?
With Great Power Comes Great Responsibility!!!
Michael
#testtable______________________1234567
#testtable______________________2345678
How can I associate a temp table with the corresponding spid in which it was created?
With Great Power Comes Great Responsibility!!!
Michael