I have two stored procedures (actually several, but it boils down to this). I can execute both of them under my userid without problems.
We're using a specific userid for running reports. With this userid, I can execute one of the procs and not the other, and they both appear to have the same permissions. I checked the permissions for each stored proc for the user, and they both have Effective Permissions of EXECUTE. So, I'm stumped. Why can the user execute one of the stored procs and not the other?
An unforeseen consequence of the information revolution has been the exponential propagation of human error.
We're using a specific userid for running reports. With this userid, I can execute one of the procs and not the other, and they both appear to have the same permissions. I checked the permissions for each stored proc for the user, and they both have Effective Permissions of EXECUTE. So, I'm stumped. Why can the user execute one of the stored procs and not the other?
An unforeseen consequence of the information revolution has been the exponential propagation of human error.