Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

SQL server 2005 security Expand / Collapse
Author
Message
Posted Wednesday, November 26, 2008 5:26 AM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued Member

Group: General Forum Members
Last Login: Monday, September 06, 2010 12:01 AM
Points: 58, Visits: 202
I am looking at one SQL 2005 DB and trying to understand the security implemented.

I can see a role having permission to execute certain stored procedure. The role includes one user.

I cannot see any permission details at table levels like "Select, insert2 permission (like SQL 2000).

Is the table level permission not required in SQL 2005. Say for ex. in above mentioned case the stored procedure is referring to table (may be select,insert into some table)

Where can I see the table level permission
Post #608986
Posted Wednesday, November 26, 2008 7:17 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Thursday, May 23, 2013 10:02 AM
Points: 1,106, Visits: 2,115
This is the incorrect place to post. This forum is only for SQL Server Integration Services related issues and questions.

---
SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Post #609054
Posted Wednesday, November 26, 2008 8:53 AM


SSC-Dedicated

SSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-Dedicated

Group: Administrators
Last Login: Yesterday @ 11:20 AM
Points: 31,437, Visits: 13,752
The same permissions from SQL 2000 exist in SQL 2005.

I'm not sure what you mean by not seeing them. Are you not finding this in SSMS?

Moved to the security forum.







Follow me on Twitter: @way0utwest

Forum Etiquette: How to post data/code on a forum to get the best help
Post #609193
Posted Wednesday, November 26, 2008 9:56 AM


SSC-Dedicated

SSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-Dedicated

Group: General Forum Members
Last Login: Yesterday @ 3:18 PM
Points: 37,744, Visits: 30,025
Please don't cross post. It just wastes people's time and fragments replies.

No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic608988-359-1.aspx



Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

We walk in the dark places no others will enter
We stand on the bridge and no one may pass

Post #609275
Posted Wednesday, November 26, 2008 10:26 AM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued Member

Group: General Forum Members
Last Login: Monday, September 06, 2010 12:01 AM
Points: 58, Visits: 202
this post is under security topics. Yes, I am using SSMS to view the security
Post #609301
Posted Wednesday, November 26, 2008 10:33 AM
SSCarpal Tunnel

SSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal Tunnel

Group: General Forum Members
Last Login: 2 days ago @ 11:34 AM
Points: 4,007, Visits: 4,857
ritesh.saluja (11/26/2008)
I can see a role having permission to execute certain stored procedure. The role includes one user.

I cannot see any permission details at table levels like "Select, insert2 permission (like SQL 2000).

Is the table level permission not required in SQL 2005. Say for ex. in above mentioned case the stored procedure is referring to table (may be select,insert into some table)


You'll only see the permissions that have been set for objects, not implied permissions. In your example, if a role or user has EXECUTE permission on a stored procedure that does a DML operation on a table, the role or user doesn't need table level permissions.

This hasn't changed since SQL 7.0.


Greg
Post #609305
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse