Hi.
Is there a way, how to identify, which row failed, if I try to update several?
The background: we have a conversion tool with high requirements on performance. We convert entities record by record, because some may fail and we need to flag them. We use a cursor, which works fine, but is slow. If we would convert by hunders of rows, we would flag all of them when only one fails.
Is there a way, how to identify, which row failed, if I try to update several?
The background: we have a conversion tool with high requirements on performance. We convert entities record by record, because some may fail and we need to flag them. We use a cursor, which works fine, but is slow. If we would convert by hunders of rows, we would flag all of them when only one fails.