I have a user called Guest that is a member of the database role PublicationGrp. This occurs on two separate databases on the same server. Guest is only a user and does not have a login. It is trying to Select against a table in the other database. Publication Group has permissions to this table but Guest still gets an access denied when trying to select. This works fine on our production database but not our development database.
What am I missing?
Any help will be appreciated