I have an Access 2007 Project with a SQL Server 2005 backend. However, when creating a new stored procedure from within Access, it comes up with an error:
ADO error: The specific schema name DOMAIN\username either does not exist or you do not have permission to use it
How can you create a stored procedure using the 'dbo' schema instead? The stored procedure properties dialog has the 'owner' dropdown set to the username and it can't be changed to dbo, even though the user is in the 'db_owner' role.