irona20
July 10th, 2003, 02:38 AM
Hi!
I have a database, and all tables, views... belong to user 'dbo'.
I have created a new user 'foro' and a new session for that user.
I know that I can write something like this:
GRANT UPDATE, DELETE, INSERT, SELECT
ON table_1
TO FORO
But I have many tables, views, procedures... Is there any way to grant all permissions for all tables, views, procedures... in my database for user 'foro'.
Thank you in advance.
I have a database, and all tables, views... belong to user 'dbo'.
I have created a new user 'foro' and a new session for that user.
I know that I can write something like this:
GRANT UPDATE, DELETE, INSERT, SELECT
ON table_1
TO FORO
But I have many tables, views, procedures... Is there any way to grant all permissions for all tables, views, procedures... in my database for user 'foro'.
Thank you in advance.