When I create a table, the owner is always domain\username instead of dbo. For example, domain\username.tablename I know how how to change it to dbo but what should I change in the configuration level to make sure that when I create a table, the default owner is dbo. like dbo.tablename ?
Thanks
You can change the
DEFAULT SCHEMA
via the Object ExplorerThen on the General Tab set Default schema