Hi,
We are migrating data from one database to another in the same server.
We are doing it through stored procedure.
We need to capture row level error such that if the insert command fails for a particular row from source table we have to capture that record and proceed with the other records.
We have tried using try catch but how to do it for a particular erroneous row is baffling me.
Please help.!