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 |
CanadaDBA
583 Posts |
Posted - 2007-08-17 : 12:24:46
|
I want to create a user id that has read only access rights to one table only. I don't want to let the user see other objects; i.e tables, SPs, ... Canada DBA |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-08-18 : 00:53:02
|
Then grant select permission only on the table to that user. |
 |
|
|
|
|