How, in a sql script, do I gracefully fail an insert?  For example, I
insert a record that has an primary key of 1, and it already exists.  I
want my script to 
Move down to the next record, not fail out.  Thanks!
 
dan

Reply via email to