I create a global temp table (i.e ##TheTable
) using C# code. I want to be able to see that temp table in SQL server management studio after the code runs completely.
Is it possible to do this ? If yes, then how ?
All temp tables are logged under SQL server > Databases > System Databases > tempdb -> Temporary Tables