Home
Options

Stored Procedure

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?

Comments

Sign In or Register to comment.