Re: Default or named instances??



Most SQL documentation on named instances ignores the existance of clusters. Come to think of it, a lot of SQL documentation doesn't specify exceptons for clusters where they are clearly warranted, but that is another discussion.

When it comes to default and named instances on a cluster, you treat the cluster as you would a single system, that is you get a single default instance per cluster, nt per node. You can have any number of named instances on a cluster, bu Microsoft only supports 16 total instances on a single cluster. Basically, that is as far as they test so beyond there, you are on your own.

As for the relationship between a virtual server and an instance, this is always one-to-one. Each SQL Instance has its own virtual server. Each virtual server has its own disk(s), IP address, and Netowrk Name.

You can use DNS to alias a short name to a named instance, provided you have locked the port number to a known value on the named instance (this applies whether the instance is clustered or not).

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP


"Chris" <chris@xxxxxxxxxxx> wrote in message news:%23K8xpT0hHHA.588@xxxxxxxxxxxxxxxxxxxxxxx
I am a little confused on the term "SQL instances" because I found conflicting documentation on the subject.

The question is, can I install 4 "instances" of SQL 2005 as "default" instances on a cluster in different resource groups each one having its own unique IP, "virtual sql name" and physical disks?

Before you answer have in mind that:
By "instance" I mean sql installation. When you start the sql installer its asking for the sql server name which its the "virtual SQL name", an IP address and what kind of "instance" you want to install, default or named.

I know that on a single server installation you can only have 1 default and like 50 named instances depending on what version you are installing. (the number is not important)

I also know that the client site can access the default instance by using just the server name and a named instance by using the format servername\sqlinstancename.

If I cannot install 4 "default" instances on the cluster then what will the servername be in the format servername\sqlinstancename?


.



Relevant Pages

  • Re: N+1 Configuration
    ... Jasper Smith (SQL Server MVP) ... But looking in the cluster admin tool, ... mounting all other drives under that drive ...
    (microsoft.public.sqlserver.clustering)
  • Re: Clustering Question
    ... I have worked with Windows 2003 Small Business Server, Exchange Server 2003 and 2000 SQL server but not in a clustered environment. ... Do you want to cluster SQL? ... > you cannot install Cluster on a Small Business Edition, ...
    (microsoft.public.windows.server.clustering)
  • Re: Clustering Question
    ... The SQL Cluster would need to be ... SQL will need to Enterprise as well. ... So if I understand you correctly one computer will need Windows Server ...
    (microsoft.public.windows.server.clustering)
  • Re: Issues creating a new failover cluster on the same server
    ... G:\Microsoft SQL Server\MSSQL.1 ... CHNSQL04 Cluster Group ... Drives: H and F ... Group, the MS DTC Group, and each of the SQL Server Instance Groups running ...
    (microsoft.public.sqlserver.clustering)
  • Re: Connecting to cluster instance from .NET
    ... I have tried using the SQL 2000 CD and i have ... Virtual IP addresses for the cluster resource groups. ... SQL Server will listen on only those IP addresses ... This is odd because the 172.16 network is a Class B ...
    (microsoft.public.sqlserver.clustering)