0
I am working with an SQL Server 2012 database and I am trying to assign a Grant to a schema with the following command:
GRANT INSERT ON SCHEMA :: trunk TO trunk
And I’m having the following mistake:
Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.
Does anyone know how I fix?