I'm trying to schedule an sql query to run daily. For that I need (according to this) to use a user with the SQLUserAgentRole database role.
So I've tried to add the SQLUserAgentRole to the "sa" user on the msdb database but I get the error 15405: Cannot use the special principal 'dbo'.
What am I missing?