1
Reply

How to throw custom exception in Stored Procedure?

Marcus

Marcus

13y
7.5k
0
Reply

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