Getting custom messages from a SQL Procedure
I have a SQL procedure that I call into and it does some processing and passes back any data validations that fail. I would like to receive those message in my operation and act upon the message received .The question is how do you get output messages from a stored procedure I am using MsSQL 2012 with ensemble
Discussion (3)1
Comments
Is your stored procedure in Ensemble or MSSQL?
it in MSSQL
First you need to link the procedure, and after that you would be able to call it from your BO.