How can you continue an SQL query if an error is detected during a query?
I want to continue the request if any error occurs. I want to get the output of a specific operator and want to find out if the last output of the request.
How can you do this in T-SQL?
source share