| Posted by GTi on 10/12/06 08:26 
I have two identical tables with one IDENTITY column and several othercolumns.
 I have tested the COPY * INTO table2 FROM table1 WHERE xx
 but it requers that table2 does not exist.
 TABLE2 is a history database of TABLE1
 How can I copy row(s) from table1 to table2 without conflict with
 IDENTITY columns using SQL query.
 Or must I do this from a program (C# .NET)
  Navigation: [Reply to this message] |