I'm busy creating a stored procedure that builds up SQL strings which I then use to execute other stored procs. Now the problem is I need the return value as well as the output parameters. So the question is:
How do I set local variables = to the return parameters of stored procs when I use sp_ExecuteSQL?
Does anyone know?
How do I set local variables = to the return parameters of stored procs when I use sp_ExecuteSQL?
Does anyone know?