I'm creating a server scope in a SQL schema called 'Sync, by setting the SqlSyncScopeProvisioning.ObjectsSchema in my app.
If I then create custom filters on any tables the modified stored procedures name '<TableName>_selectchanges' are created in the default 'dbo' SQL schema.
Has anyone else come across this?