Internal storage of temporary table names

added by jacobsebastian
3/15/2011 2:12:17 AM

120 Views

Someone in the forums asked about the internal storage of the temporary table. The questioner was complaining that the table was not stored in the database Let us consider this example create table #t(i int) Now check the existance of the table in information_schema.tables view select * from tempdb.information_schema...


0 comments