1
Reply

How to throw custom exception in Stored Procedure?

Marcus

Marcus

Jul 05, 2011
7.5k
0

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

    Jignesh Trivedi
    April 24, 2014
    0