I am trying to update to a database table in another schema that I have permission to, however when I do try to update the table OD creates a new table in my schema and not update the other one.In short userA is trying to update to userB.tablename. UserA has all the permissions/grants to userB's schema.I have tried to do userB.table in the connect string too.
I can deploy to tables within userA's schema without a problem. The problem arises when trying to deploy to userB's schema of which userA has the appropriate permissions.