M
Mark CHP IMD
I’m trying to run an append query from a stored procedure which fails. I’m
moving data from one table that has duplications on the primary key of the
second table. With Access, an error will be generated saying that ‘cannot
insert so many records because of key violations, do you want to continue
anyway’. Answer yes and the data is moved save any duplications in the PK. As
a SP, I get the PK error or another error if I set the Identity property on
the field to YES. Is there a way to run this kind of SQL knowing that not all
the records can be appended?
Access 2002
SQL Server 2000
Thanks,
Mark
moving data from one table that has duplications on the primary key of the
second table. With Access, an error will be generated saying that ‘cannot
insert so many records because of key violations, do you want to continue
anyway’. Answer yes and the data is moved save any duplications in the PK. As
a SP, I get the PK error or another error if I set the Identity property on
the field to YES. Is there a way to run this kind of SQL knowing that not all
the records can be appended?
Access 2002
SQL Server 2000
Thanks,
Mark