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 2000 Forums
 SQL Server Administration (2000)
 Rights only for one table.

Author  Topic 

admin001
Posting Yak Master

166 Posts

Posted - 2002-11-13 : 05:47:07
Hello ,

Is it possible to grant rights for a domain user group for only one specific table of a database and not for the entire database ??

We have SQL 7.0 with SP 4 . Any info . in this regard ?


Thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2002-11-13 : 05:54:59
You will have to give the group access to the database but you can pick the tables (or columns) to which you give read/write access to.

Look at the grant statement in bol

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

admin001
Posting Yak Master

166 Posts

Posted - 2002-11-13 : 06:42:47
Thanks a lot NR .

Go to Top of Page
   

- Advertisement -