Passing a return value using a MS SQL stored procedure


Often times one needs a specific piece of information returned from a stored procedure. In this case I required the specific number of rows returned for a select statement with a single input value. The purpose in this case was to support a custom form validation error message that informed the user that a specific […]