--Method 1
select top 0 * into Gltable600 from gl.dbo.Gltable600
--Method 2
select * into Gltable600 from gl.dbo.Gltable600 where 1 > 2
......
--Method 1
select top 0 * into Gltable600 from gl.dbo.Gltable600
--Method 2
select * into Gltable600 from gl.dbo.Gltable600 where 1 > 2
......