Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 Administration
»
permisssion
permisssion
Rate Topic
Display Mode
Topic Options
Author
Message
arkiboys
arkiboys
Posted Friday, November 23, 2012 8:27 AM
SSC Journeyman
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:41 AM
Points: 99,
Visits: 129
Hi,
How do I make the users group i.e. domainname\users to be able to only select from tableA but user1 and user2 to have full control on it?
Note that user1 and user2 are already in domainname\users
Thanks
Post #1388183
sqlGDBA
sqlGDBA
Posted Friday, November 23, 2012 10:30 AM
SSC Journeyman
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 1:04 PM
Points: 78,
Visits: 186
arkiboys (11/23/2012)
Hi,
How do I make the users group i.e. domainname\users to be able to only select from tableA but user1 and user2 to have full control on it?
Note that user1 and user2 are already in domainname\users
Thanks
1. Grant domainname\users select permissions on TableA.
2. Grant user1 and user2 full control on TableA OR
Create new group, add user1 and user2 into the group and grant this new group full control on
TableA.
Post #1388212
arkiboys
arkiboys
Posted Friday, November 23, 2012 10:35 AM
SSC Journeyman
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:41 AM
Points: 99,
Visits: 129
Guru Nagabhushan (11/23/2012)
arkiboys (11/23/2012)
Hi,
How do I make the users group i.e. domainname\users to be able to only select from tableA but user1 and user2 to have full control on it?
Note that user1 and user2 are already in domainname\users
Thanks
1. Grant domainname\users select permissions on TableA.
2. Grant user1 and user2 full control on TableA OR
Create new group, add user1 and user2 into the group and grant this new group full control on
TableA.
How do I create a new group? do you mean in sql server?
Post #1388213
sqlGDBA
sqlGDBA
Posted Friday, November 23, 2012 12:24 PM
SSC Journeyman
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 1:04 PM
Points: 78,
Visits: 186
You could create the new group in Windows AD or you could add the two logins to a database role and assign the permissions to the role.
Post #1388232
arkiboys
arkiboys
Posted Sunday, November 25, 2012 3:51 AM
SSC Journeyman
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:41 AM
Points: 99,
Visits: 129
Guru Nagabhushan (11/23/2012)
You could create the new group in Windows AD or you could add the two logins to a database role and assign the permissions to the role.
Post #1388377
arkiboys
arkiboys
Posted Sunday, November 25, 2012 3:52 AM
SSC Journeyman
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:41 AM
Points: 99,
Visits: 129
Guru Nagabhushan (11/23/2012)
You could create the new group in Windows AD or you could add the two logins to a database role and assign the permissions to the role.
does this work even if user1 and user2 are both in the existing users group?
Post #1388379
anthony.green
anthony.green
Posted Monday, November 26, 2012 2:10 AM
SSCertifiable
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 2:40 AM
Points: 5,075,
Visits: 4,833
Permissions are cumulative but deny's take precidence.
Now what permissions have you already granted to the existing user group?
Yes you can create another AD group for user1 and user2 then grant that the permissions you want as it will just add on the new permissions to their existing permissions.
But if you have set them a deny on a particular action, it will always deny them.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1388468
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.