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)
 Permissions to Public Role.

Author  Topic 

pelegk2
Aged Yak Warrior

723 Posts

Posted - 2005-12-08 : 03:14:30
how do i build permission to public rule?
beacuse as far as i know every user inherits the public rule by default?
thnaksd in advance
peleg

Israel -the best place to live in aftr heaven 9but no one wan't to go there so fast -:)

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2005-12-08 : 03:25:57
quote:
Originally posted by pelegk2

how do i build permission to public rule?


you mean granting access rights of table to PUBLIC ?
GRANT SELECT ON table_name TO PUBLIC
GRANT ALL ON table_name TO PUBLIC


-----------------
[KH]
Dec-05
Go to Top of Page
   

- Advertisement -