HP Vertica
Menu
Home
Palukuru
SQL Server
SSIS
SSRS
HP Vertica
Devalayalu
Recipes
Telugu Stories
Wednesday, 16 April 2014
Grant all Privileges on a Schema to the user
Home
SSIS
SQL Server
Devalayalu
Palukuru
Telugu Stories
Visiting Places
Using below syntax we can grant all privileges on a schema to required user.
Syntax:
GRANT ALL ON SCHEMA <Schema Name> TO <User Name>;
Example:
GRANT ALL ON SCHEMA test_schema TO sample_user;
See also:
User creation
Grant usage on schema public
Create Schema
Grant usage privileges on a schema to the user
Set default search path
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment