Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Security / September 2006

Tip: Looking for answers? Try searching our database.

Stored Procedure Permissions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Curtis - 28 Sep 2006 15:40 GMT
Hello All,

I'm confused about permissions...  

I have user X, who is a member of db_owner role.
I have stored procedures owned by dbo.
The database is owned by dbo (sa).

User X is making a connection from a "service", executing the stored
procedure,
but gets the "Execution permission denied" error...  

I've checked for deny permissions but haven't found any related to user X...

It's my understanding that the db_owner has all permissions to do anything
within
the database...  If this is incorrect, could someone recommend a good
book/white paper defining permissions...  I would greatly appreciate it...

Thanks for your input...
Tom Moreau - 28 Sep 2006 15:45 GMT
If it's going through a service, then it will be the service's account whose
credentials and permissions are checked.  If you want to use user X, then
you will have to use delegation.

Signature

  Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON   Canada
.

Hello All,

I'm confused about permissions...

I have user X, who is a member of db_owner role.
I have stored procedures owned by dbo.
The database is owned by dbo (sa).

User X is making a connection from a "service", executing the stored
procedure,
but gets the "Execution permission denied" error...

I've checked for deny permissions but haven't found any related to user X...

It's my understanding that the db_owner has all permissions to do anything
within
the database...  If this is incorrect, could someone recommend a good
book/white paper defining permissions...  I would greatly appreciate it...

Thanks for your input...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.