select * from tempdb.INFORMATION_SCHEMA.COLUMNS where table_name like '#MyTempTable%'
select * from tempdb.sys.columns where object_id = object_id('tempdb..#mytemptable');
No comments posted yet.