I just had a DB resort back to default security setting after a failed maintenance process. (Production too)
While resetting the security on the DB I noticed that the uSP's would not run for normal users.
Found that users have to have execute on the uSP to be able to run it.
For a general use DB All users should be able to run any uSP created for the DB why not just add execute to the DBO schema?
Or is there another way to add execute prv's to the uSP's whithout being that global?
Thanks
John Fuhrman
While resetting the security on the DB I noticed that the uSP's would not run for normal users.
Found that users have to have execute on the uSP to be able to run it.
For a general use DB All users should be able to run any uSP created for the DB why not just add execute to the DBO schema?
Or is there another way to add execute prv's to the uSP's whithout being that global?
Thanks
John Fuhrman