I cannot seem to figure out why all the stored procedures that get created/provisioned have the correct schema (example: SyncSchema) I specify, however the _selectchanges sp uses the dbo schema.
However, if I specify a different schema as the default schema for my login user other than dbo, it can create everything just fine, and associate it with my specified schema, but when deprovisioning it cannot remove the _selectchanges stored procedures.
I have tried to fix this all day long. Any ideas?