Hello,
Is it possible to call a stored proc with an output parm from workflow? For example, if I want to make a call like below:
exec [dbo].[sp_MyProc] @Parm1, @MyOutputParm OUTPUT
I've tried this but don't see how I would access @MyOutputParm. It seems the Parameters section of a custom query activity is only meant for input parameters (unless I am missing something...)
Thanks,
Julie