BP016

Return without result code

You have a stored procedure that does not return a result code.

When you use the EXECUTE command to execute a stored procedure, or call the stored procedure from an application, an integer is returned that can be assigned to a variable. It is generally used to communicate the success of the operation.



Didn't find what you were looking for?