G
Guest
When assigning values to DataSource in a connection string (say with the
SqlConnectionStringBuilder), I have generally used either the IP address or
the name of the SQL Server instance as a value.
With SQL Server 2005 I understand that a given computer can have multiple
instances of SQL Server running simultaneously. I assume that each instance
has its own name (which could be assigned to the DataSoure property). What
happens though if you assign the IP address to a DataSource when that IP may
have 2 instances of SQL Server running on it simultaneously?
SqlConnectionStringBuilder), I have generally used either the IP address or
the name of the SQL Server instance as a value.
With SQL Server 2005 I understand that a given computer can have multiple
instances of SQL Server running simultaneously. I assume that each instance
has its own name (which could be assigned to the DataSoure property). What
happens though if you assign the IP address to a DataSource when that IP may
have 2 instances of SQL Server running on it simultaneously?