How to throw custom exception in Stored Procedure?
Marcus
using RAISERROR function we can throw the custom error.RAISERROR('Throw exception',10,1)