I have a stored procedure I wrote, that when executed in SSMS works fine, but in code it doesn't. In code it doesn't seem to like that I'm trying to return a variable. What would be the cause of this? I've tried adding I have a stored procedure I wrote, that when ex