I'm working with a SQL Server 2012 database and I'm 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 error:
Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.
Does anyone know how to solve it?