Hi.
What happens if there is an error in a cursor
and I don't close and deallocate the cursor in the try catch?
Can this be a problem?
If it is a problem how can I do to close the cursors If I have for example five cursors in a stored procedure?
Thanks.
What happens if there is an error in a cursor
and I don't close and deallocate the cursor in the try catch?
Can this be a problem?
If it is a problem how can I do to close the cursors If I have for example five cursors in a stored procedure?
Thanks.