Establishing Connectivity: SQL Server ODBC Connections

Create an ODBC data source name (DSN), which is used for connections to a Microsoft SQL Server database system.

Prerequisites
Task

A DSN is created using the Add System DSN wizard provided in the Data Sources (ODBC) utility in Windows. Minimal information is provided here to assist you in completing this task. If you are not familiar with this procedure or the concepts of ODBC, review the Microsoft documentation before proceeding.

  1. In Windows, select Start > Settings > Control Panel > Administrative Tools > Data Sources (ODBC). Select the System DSN tab.

  2. Click Add.

    Select the appropriate SQL Server driver and click Finish.

  3. Enter the DSN name and make a note of it, as you will need it during the Agentry application installation. Also enter a description and network name.

    Enter or select the server to which to connect, then click Next.

  4. Select the authentication method for database clients using this DSN and, if SQL authentication is selected, the login and password for the SQL Server database.

    Click Next.

  5. Set the default database, and, for most situations, leave to the remaining options set to their defaults. Any changes should be made only by an expert user who understands the purpose and resulting behavior of each setting and the overall needs of the implementation environment.

    Click Next.

  6. Set the final options as needed, based on the environment and administrative needs. These settings pertain primarily to locality and logging, and should be changed only by someone who is familiar with their purposes.

    Click Finish.

  7. Review the summary of the DSN configuration and click Test Data Source.

    Once the test has completed successfully, click OK to close this wizard and return to the Data Sources (ODBC) utility.

A new ODBC Data Source Name is created. This DSN will be used by the Agentry application to connect with the MS SQL Server database.