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
Post a Comment