Hi,
The other DBA here set up a server with 2 instances of SQL Server 2005. I'm not sure he set it up right, because when I look at the file structures, there are 3 directories:
MSSQL.1
MSSQL.2
MSSQL.3
Question 1) Shouldn't they be named by their instance name so they can be identified?
Aside from that, I also realize, I have no idea how to properly set up my aliases on my client.
For example, for aliases, I use:
SERVERNAME\instance1_name
SERVERNAME\instance2_name
However, when I make a connection to both of these aliases in Mgmt Studio, they are in fact pointing to the same instance... as shown when I run sp_helpfile - both "instances" point to the exact same directory - MSSQL.1, so I can only assume they are in fact are the same instance but by different alias names.
Question 2) How am I supposed to name the aliases so that they point to the correct instance?
Question 3) How can I even tell WHAT the correct instance names are? Is there a query I can run?
THANKS MUCH
The other DBA here set up a server with 2 instances of SQL Server 2005. I'm not sure he set it up right, because when I look at the file structures, there are 3 directories:
MSSQL.1
MSSQL.2
MSSQL.3
Question 1) Shouldn't they be named by their instance name so they can be identified?
Aside from that, I also realize, I have no idea how to properly set up my aliases on my client.
For example, for aliases, I use:
SERVERNAME\instance1_name
SERVERNAME\instance2_name
However, when I make a connection to both of these aliases in Mgmt Studio, they are in fact pointing to the same instance... as shown when I run sp_helpfile - both "instances" point to the exact same directory - MSSQL.1, so I can only assume they are in fact are the same instance but by different alias names.
Question 2) How am I supposed to name the aliases so that they point to the correct instance?
Question 3) How can I even tell WHAT the correct instance names are? Is there a query I can run?
THANKS MUCH