Hi all,
In Query Analyzer, I'm dumping records from table1 into table2. They are of similar makeup, with similar primary key. I know that some of the data from table1 already exists in table2. I don't care about this.
I want to run a simple query *without* any time-consuming, complex criteria, that will just attempt to dump all records from 1 into 2, and the ones that are dups--who cares--ignore the error message and complete the statement and put in the records that it can.
What syntax or QA configuration would I use to do this?
Thanks,
--Jim
In Query Analyzer, I'm dumping records from table1 into table2. They are of similar makeup, with similar primary key. I know that some of the data from table1 already exists in table2. I don't care about this.
I want to run a simple query *without* any time-consuming, complex criteria, that will just attempt to dump all records from 1 into 2, and the ones that are dups--who cares--ignore the error message and complete the statement and put in the records that it can.
What syntax or QA configuration would I use to do this?
Thanks,
--Jim