LucieLastic
Programmer
hi All
Is it possible to write sql which automatically creates a temp table in the TempDB database from a table in a normal database? I thought something like this was possible which would auto create and then insert the data or am I getting confused with something else:-
insert into Tempdb.dbo.TempCopy
select * from MyTable
Thanks for any help,
lou
Is it possible to write sql which automatically creates a temp table in the TempDB database from a table in a normal database? I thought something like this was possible which would auto create and then insert the data or am I getting confused with something else:-
insert into Tempdb.dbo.TempCopy
select * from MyTable
Thanks for any help,
lou