Quantcast
Channel: SQL Server Migration forum
Viewing all articles
Browse latest Browse all 1700

Row level error handling

$
0
0

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.!


Viewing all articles
Browse latest Browse all 1700

Trending Articles