The following example changes the default schema of the user dbuser to dbo.

 

ALTER USER dbuser WITH DEFAULT_SCHEMA = dbo;