Re: Public Role for SQL 2000



Tushar (tushar_vaja@xxxxxxxxxxx) writes:
I tried to drop this public role but not able to drop.
I tried to Revoke Select permission but not able to do that. It is not
giving any error but not working as expected. Any urgent reply will be
gratly appreciated.

You could try DENY, but since everyone is in public, this could have
the undesired effect that no one can access anything.

But maybe there is some misunderstanding? Could you clarify more precisely
what tables that are accessible to users who should not get there?

--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.



Relevant Pages

  • Re: user defined Role - HELP
    ... does not have permission on tblUReport" am thoroughly stumped on why it ... This is because ownership chaining does not apply to TRUNCATE TABLE. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (microsoft.public.sqlserver.security)
  • Re: Split Field in SQL in to multiple columns
    ... Permission to create temp tables is by default granted to public, ... don't think it's possible to revoke it. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (microsoft.public.sqlserver.programming)
  • Re: Connecting To SSE with MSE
    ... CREATE DATABASE permission. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (microsoft.public.sqlserver.connect)
  • Re: db_denydatawriter
    ... perhaps this also gives read write access on the database to this user? ... the fact that a user has permission to run a certain Windows ... does not give her any permissions in SQL Server. ... Books Online for SQL Server 2005 at ...
    (microsoft.public.sqlserver.security)
  • Re: Permission
    ... Have a look into the procedure sp_helprotect in books online. ... > is there a way to know every permission that a specific user has in the ... SQl server using a Sql line ?? ... > Any help I'll apreciate! ...
    (microsoft.public.sqlserver.server)