Stored Procedure
Options
I am running a stored procedure that returns a few rows. When I run the stored procedure
ANI_MissingInvc()
It does not return any rows.
If I run as SQL
exec ANI_MissingInvc
I get the rows.
What am I doing worng?
ANI_MissingInvc()
It does not return any rows.
If I run as SQL
exec ANI_MissingInvc
I get the rows.
What am I doing worng?
Comments
-
Hm... I don't know what is incorrect here
-
I presume you're calling ANI_MissingInvc() in "C# Expression" mode?