if object_id('tempdb..#test123') is not nulldrop table #test123SELECT id1 = IDENTITY( int,1,1),table_name,COLUMN_NAME, DATA_TYPE, IS_NULLABLEinto #test123 FROM INFORMATION_SCHEMA.COLUMNSselect * from #test123
We walk in the dark places no others will enterWe stand on the bridge and no one may pass