Tip: Connecting to a SQL Server 2000 Named Instance from MDAC 2.5

From MDAC 2.5, you can connect to a SQL Server 2000 named instance by using a client-side alias for the SQL Server instance.

Brian Moran

January 23, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Microsoft Data Access Components (MDAC) versions earlier than 2.6 can't connect directly to a SQL Server 2000 named instance by using the \sqlserverinstance_name format. Of course, you can gain this functionality by upgrading to MDAC 2.6. But if you're not ready to upgrade, you can still connect to a SQL Server 2000 named instance by using a client-side alias for the SQL Server instance. Simply start the Client Network Utility, and from the Alias tab, click Add and enter the appropriate network connection information. Your MDAC 2.5 application can now use the alias name that points to the named instance.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like