I have a design concern which I need to implement without using cursor.
There is source table 'A' which will have all column in varchar
data type. I want to iterate over them and convert each column to destination table data type and if conversion/parsing fails, I need to log that row in extra error table.
Any suggestions to go ahead will be helpful.