When you specify or select the server name in the
Server select box in the
Microsoft SQL Server DSN Configuration dialog box from the ODBC Administrator during DSN creation, it creates a server alias with the specified name. This is actually a server alias name rather than the server name itself. If multiple DSNs use the same name, they all use the latest protocol settings of that server alias.
The configuration information of the server aliases is stored in the registry under the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo
ODBC Administrator
To add a server alias using the ODBC Administrator, follow these steps:
- In Control Panel, browse to the ODBC Administrator.
- Click Add and select SQL Server as the driver. Then enter a name and description for the DSN. In the Server select box, specify a new server alias name and then click Next.
- Click the Client Configuration button. Enter the SQL Server name in the Server name text box under Connection parameters. Also, select the required Net-Library under Network Libraries. Then click OK and complete the steps to create the DSN.
Client Network Utility
The Client Network Utility, Cliconfg.exe, ships with several products, including Microsoft SQL Server and Microsoft Data Access Components (MDAC) version 2.1 SP2 and later.
This utility is typically placed in the C:\WINNT\SYSTEM32 folder on Microsoft Windows 2000 and Microsoft Windows NT systems and in the C:\WINDOWS\SYSTEM folder on Microsoft Windows 9x systems.
To start this utility, follow these steps:
- If the SQL Server client is installed, on the Start menu, point to Programs, point to Microsoft SQL Server, and then click Client Network Utility.
- Otherwise, on the Start menu, click Run.
- Type cliconfg in the Open text box and then click OK.
To add a server alias, follow these steps:
- Click the Alias tab and then click Add.
- Type a new alias name in the Server alias text box and choose the required Net-Library under Network libraries.
- Enter the SQL Server name in the Server name text box under Connection parameters. You can also configure the additional parameters based on the Net-Library. Then click OK.
NOTE: You can use the Remove and Edit buttons under Alias tab to delete and modify the existing server aliases.