Hi,
I'm trying to grant a database roles (contract_role) to have "select" to the
tables within schema1. Is there a way that I can grant select on all of the
tables to contract_role instead of choosing one by one and click?
Thanks
Sarah
Russell Fields - 21 Nov 2008 18:50 GMT
Sarah,
GRANT SELECT ON SCHEMA :: schema1 TO contract_role
RLF
> Hi,
>
[quoted text clipped - 6 lines]
> Thanks
> Sarah