I have a sql stored procedure with a few input paramerters. I am inserting in the datatabase these values which are NOT NULL values
But if 1 of the values is passed to the stored proc as null I need to catch what the error is and throw back that error to the client from the store proc