Help me obi-tek-tip-kenobi, your my only hope.
What im trying to do is make a temp table Work_Backup from Work, then remove some data from Work_Backup, clear Work entirely and then copy all the data from Work_Backup, back to Work.
Now, I can get it all to work perfectly right up until the copying back into Work.
I tried to do this using a select into, but it wants to completely overwrite the table - which removes the info about primary keys.
Is there any way to do this but only inserting the data, not overwriting the table?
Regards,
Mike
What im trying to do is make a temp table Work_Backup from Work, then remove some data from Work_Backup, clear Work entirely and then copy all the data from Work_Backup, back to Work.
Now, I can get it all to work perfectly right up until the copying back into Work.
I tried to do this using a select into, but it wants to completely overwrite the table - which removes the info about primary keys.
Is there any way to do this but only inserting the data, not overwriting the table?
Regards,
Mike