Can Anybody tell me What are the defualt permission Public Database role has?
Thanks
Russell Fields - 24 Jul 2008 03:05 GMT
Sandeep,
"Public" has no default permissions, they all have to be granted. For any
database you are interested in, do:
exec sp_helprotect @username='public'
RLF
> Can Anybody tell me What are the defualt permission Public Database role
> has?
>
> Thanks
Dan Guzman - 24 Jul 2008 13:29 GMT
Public role members can view select from some catalog views and have limited
meta data visibility. However, as Russell mentioned, no user object
permissions are allowed by default.

Signature
Hope this helps.
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
> Can Anybody tell me What are the defualt permission Public Database role
> has?
>
> Thanks