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.
Author |
Topic |
pramod21
Yak Posting Veteran
64 Posts |
Posted - 2011-01-11 : 06:07:17
|
Hi,I wanted to know how to provide read only acces to the database to any particular user.if there are 2 user,i wanted to give read only acces to one user. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Sachin.Nand
2937 Posts |
Posted - 2011-01-12 : 00:58:59
|
If you need to add "read only" permissions to set of users for a particular tables then you can create a custom database role select the tables and add the deny option for alter permission to those tables and then assign that role to the users to whom to need read only for tables.PBUH |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|