In order to GRANT schema permissions:
CREATE SCHEMA [Developer_Schema] AUTHORIZATION [User1]
After running this script with an admin user, User1 can add new tables with developer_schema.PS:If you do not have the permission, you will get the error below:
The specified schema name "..." either does not exist or you do not have permission to use it.
No comments:
Post a Comment