dashing_jimmi
Valued Member
Points: 67
More actions
July 22, 2012 at 9:32 pm
#264129
Hi,
Can anyone please help me with the sql permission issue.
I have a database on sql server 2008 and I want to restrict a user(s) to access some tables in the database.
Can anyone please advise some help.
Regards,
Lokesh Vij
SSChampion
Points: 10836
July 22, 2012 at 9:52 pm
#1516059
If you want to restrict a set of users, first create a ROLE, assign those users to this ROLE and REVOKE all the permissions for this ROLE on a speicfic object (a table in your case)
http://msdn.microsoft.com/en-us/library/ms187719.aspx
- Lokesh
~ Lokesh Vij
Link to my Blog Post --> www.SQLPathy.com[/url]
Follow me @Twitter
yuvipoy
Points: 10469
July 22, 2012 at 10:01 pm
#1516061
See Topics on Grant,Deny,Revoke you will get better understanding.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply