Reputation: 31
I have a user with privilege Drop on Any Table. I need to revoke that. They only should have drop privileges on their own tablespace.
My setup is three schemas, production, reporting and ETL transfers if that makes any difference.
Upvotes: 3
Views: 6094
Reputation: 1
If you are using Oracle
Syntax:
Revoke DROP Any Table from
In SQL Server
Upvotes: 0