0
kicks
Internal storage of temporary table names
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...