加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MsSql教程 > 正文

sql-server – 什么是命名和默认实例?

发布时间:2020-12-12 16:41:57 所属栏目:MsSql教程 来源:网络整理
导读:什么是命名和默认实例? 他们之间有什么区别? 他们为什么被使用? 解决方法 According to Microsoft regarding named vs default Client applications connect to an instance of Microsoft SQL Server 2005 to work with a SQL Server database. Each SQL S
什么是命名和默认实例?
他们之间有什么区别?
他们为什么被使用?

解决方法

According to Microsoft regarding named vs default

Client applications connect to an instance of Microsoft SQL Server 2005
to work with a SQL Server database.
Each SQL Server instance is made up of
a distinct set of services that can
have unique settings. The directory
structure,registry structure,and
service name all reflect the specific
instance name you identify during
setup.

An instance is either the default,unnamed instance,or it is a named
instance. When SQL Server 2005 is in
installed in the default instance,it
does not require a client to specify
the name of the instance to make a
connection. The client only has to
know the server name.

A named instance is identified by the network name of the computer plus
the instance name that you specify
during installation. The client must
specify both the server name and the
instance name when connecting.

By default,SQL Server installs in the default instance unless you specify an instance name. SQL Server Express,however,always installs in a named instance unless you force a default installation during setup.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读