Difference between default instances and named instances in MSSQL

Source: Internet
Author: User

MSSQLServer instances can be installed on a maximum of 16 instances in version 2000, just as if 16 SQLSERVER instances are installed on one server. Of course, there is no need to install 16 instances on one physical machine, however, during installation, we need to determine whether you are a default instance and a named instance. If you want to install multiple instances, your instance name cannot be duplicated. the following describes the differences between default and named instances:

1. Differences between service names:

(1) default instance: MSSQLSERVER;

(2) named instance: the real column name is benet, and the name in the service is MSSQL $ BENET;

Note: If you have multiple instances, multiple service names will appear in the service.

2. differences when connecting to the query analyzer or probe:

(1) The default instance can be used: "." (Point), "(local)", "computer name"

(2) Instance name: computer name: pcname, Instance name: benet,

The connection name is pcname \ benet.

There are some other differences, but it is enough for our normal operation.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.