Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Database role & permissions

Author  Topic 

whizsql
Starting Member

17 Posts

Posted - 2008-12-11 : 12:17:41
Hi,

I created a databse role with 'select' permission/securables to a number of tables in a database.I have a network group called SDRRPT, which is a member of the database role created earlier.And, I added my windows login to SDRPT network group.The purpose of this setting was to permit the users of SDRPT group to have read only/reporting access to the tables listed/secured under database role.

During testing, I logged in with my windows login SQL Server 2005 client, I found a number of tables for whcih I haven't given permissions as part of databse role created earlier..I thought my login will have access to only those tables included in database role..Isn't that correct? Any idea on what has gone wrong with my setup?

Also, is there any way to view all my login permission to all ojects under a database?

Please help.

Thanks !

X002548
Not Just a Number

15586 Posts

Posted - 2008-12-11 : 13:16:24
you sure you're not in anu other groups, or that you not dbo/sa?

sp_helprotect

very clever of m$ to drop the extra p





Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-11 : 13:33:44
quote:
Originally posted by whizsql

is there any way to view all my login permission to all ojects under a database?

Please help.

Thanks !



http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=111918
Go to Top of Page
   

- Advertisement -