SQL update not working for Parent table if record exists in Child Table - Technical Help needed
I am stuck in a enhancement work, below is the situation in which i ned technical help.
there is a Table A which is having a child Table B
I have a scenario where the SQL Update query to update a record in Table A works if there are no child record in Table B,
but doesnt work if there are child record(s) in Table B ( but the SQL query works in data Mover ),
What might be issue and possible solution for it?