RE: Stored Procedures' not found
Thanks Tim. There was a difference, but now I am a little confused as to why this difference. Is this what I should expect?
First before running it I get this type of error:
Its a different object than the one I ran the sql for, but this is the same error we are getting on lots of SPs.
Before running the Drop and Create on the procedure gave me this.
After I recreated the procedure I tested the form and I did not get an error for that procedure, so it seems to have worked.
I ran the SQL again and this time I got no records. The DYNGRP permission was gone.
I re ran the Grant execute for the stored procedure again. Re ran the SQL you sent me. Now it shows the same exactly as the one I ran before I dropped and recreated the procedure. Tested the procedure in action again and got the Can not find procedure error again.
It is almost as if it is doing the opposite of what it should be doing. With DYNGRP it can not find it, without DYNGRP it seems to find it. ???