michelleqw
Programmer
Dear sql server users,
We are trying to copy a selecting into a existing table (both have the same structure)
For making a new table we are using:
select * into newtable from existingtable
This goes well if newtable doesn´t exist, if the newtable already exist an error will occur.
Is there any solution for this problem?
Michelle.
We are trying to copy a selecting into a existing table (both have the same structure)
For making a new table we are using:
select * into newtable from existingtable
This goes well if newtable doesn´t exist, if the newtable already exist an error will occur.
Is there any solution for this problem?
Michelle.