为什么 SQL Server 中的表名以“dbo"开头? [英] Why do table names in SQL Server start with "dbo"?

查看:43
本文介绍了为什么 SQL Server 中的表名以“dbo"开头?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

至少在我的本地实例上,当我创建表时,它们都以dbo."为前缀.这是为什么?

At least on my local instance, when I create tables, they are all prefixed with "dbo.". Why is that?

推荐答案

dbo 是 SQL Server 中的默认架构.您可以创建自己的架构,以便更好地管理对象命名空间.

dbo is the default schema in SQL Server. You can create your own schemas to allow you to better manage your object namespace.

这篇关于为什么 SQL Server 中的表名以“dbo"开头?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆