1
Reply

How to throw custom exception in Stored Procedure?

Marcus

Marcus

13y
9k
0
Reply

    using RAISERROR function we can throw the custom error.RAISERROR('Throw exception',10,1)