We have a stored procedure as below, which inserts a record, then checks @@ROWCOUNT to see if it was successful and throw an error if it returned 0.
Is the THROW statement unreachable? I cannot think of any situation where it would run.
Is the THROW statement unreachable? I cannot think of any situation where it would run.