I have a table called CONTACTS, created as user DBA. I would like to grant privileges to a resource group I created called Administrators, also as DBA.
I've tried executing the following statement in SQL Studio: GRANT INSERT, UPDATE, DELETE, SELECT ON CONTACTS TO Administrators Which gives me an error of -4003, invalid user name. Is this because I created the group as a resource group, or because my syntax is wrong? Thanks for any guidance. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
