If a developer on the system has permissions to create object and they get created under there user schema rather than dbo then the objects can be moved to the default schema.
My use case was to move specific objects out of dbo schema and into a new schema that I had created for my "billing" objects.
Please not this can break existing code and needs to go through validation before implementing in prod.
commented on Jun 25 2012 10:58PM