Viewing 2 posts - 1 through 2 (of 2 total)
Jeff Moden (4/14/2008)Temp table???? What temp table????
Jeff Moden (4/14/2008)
By temp table i meant the one created by select..into..where 1=0 statement ran on source server, which has the only use for...
April 15, 2008 at 12:37 am
#802375
Mahesh Bote (4/14/2008)
try this ...
Select * Into {New Table Name} From {Old Table Name}
This will create new table with the data and structure of old table. And if you want...
April 14, 2008 at 6:31 am
#802014