Re: SQL 2008 db_datareader cannot display all tables



I solved the problem, sort of, by changing the schema owner to dbo. But
that nuked all the permissions on the objects in the schema, and I had to
put them back.

--
Thank you,

Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org


"Joe K." <JoeK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3D9A3F11-50D2-4B8F-A634-4A827BF3BF20@xxxxxxxxxxxxxxxx

I have a SQL Server 2008 database server that was installed as the
Enterprise Edition. I set up several SQL Server logins with db_datareader
access rights to a database. The logins only display dbo schema tables in
the database. I changed the login default schema it still only displays
the
dbo schema tables. I changed the access priviledges to db_owner it
displays
all tables.

What change do I need to make so db_datareader displays all tables in the
database?

Please help me resolve this issue.

Thanks,


.



Relevant Pages

  • Re: Need help on how to organize users and objects
    ... Yes Oracle is a bit different than Sql Server, but I think you will get the ... It doesnt become part of any schema until you assign it. ... a new developer started to work. ... need the COMMON database which stores tables with generic data and generic ...
    (microsoft.public.sqlserver.security)
  • xSQL Object 2.5.2.7
    ... synchronizing SQL Server databases. ... Server 2000 database with a SQL Server 2005 database and generate ... history of the schema changes and provide for safe and ... differences, view the scripts of objects, filter results and more; ...
    (comp.software.shareware.announce)
  • Re: SQL Server Express
    ... GRANT CREATE DATABASE on DATABASE::xxx to SAM ... The Windows users have rights because they are administrators. ... "SQL Server and Windows authentication mode".. ... database users, and then define the schema, and this is working. ...
    (microsoft.public.sqlserver.msde)
  • Re: Please help with deleting a user.
    ... it says that it can not alter "dbo" schema. ... the login is the owner of a database. ... Links for SQL Server Books Online: ...
    (microsoft.public.sqlserver.security)
  • Re: Please help with deleting a user.
    ... it says that it can not alter "dbo" schema. ... the login is the owner of a database. ... Links for SQL Server Books Online: ...
    (microsoft.public.sqlserver.security)

Loading