Is there a way to deny drop permissions for a specific table from a user or role?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
If you need to prevent to drop the table by some user, try this:
|
|||||||||||||||
|
|
Try using the DDL trigger FOR DROP_TABLE:
|
|||||||
|