ssms 2014 - SQL Server Management Studio - how to find out how a temporary table is created? -


i try find out how temporary table created in sql server management studio because datas in table incorect need fix it, can't procedures creates table. started working on database don't know how procedures , tables related between them...so hints helpful ! thank !

as far know there no way graphically "see" temporary table. if know name of temporary table can write normal query see content, like:

select * #mytemporarytable   

Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -