July 18, 2008 at 7:59 am
I have SQL Server 2005 on a 32 bit server. The users with read only access on the database get a permission denied on the functions owned by dbo. They were able to use them in SQL 2000 without special permissions. When I do add permission to the function they still cannot access. I had to grant temporary dbo access to the database.
How can I give permission to the readonly users to use functions?
Thank you in advance for any help.
¤ §unshine ¤
July 18, 2008 at 8:09 am
You could grant execute permissions on the dbo schema or create a role that has execute permissions on the functions needed.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 18, 2008 at 8:26 am
Good idea.
Thanks!
¤ §unshine ¤
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply