Creating a Simple Query to a SQL Server Database

To create a query to a SQL Server database and display the data, you need to:

These tasks assume that:

  • SQL Server and GENESIS are installed on the same machine.
  • The example SQL Server database, RollerChainManufacturing, has been restored.

    You can find the database in the following location: 

    C:\ProgramData\ICONICS\11\Samples\RollerChainManufacturing.zip

    The zip file contains RollerChainManufacturing.bak, which is the SQL Server backup file that you need to restore. Make sure to add Network Service to the restored database's db_owner role.

  • The ICONICS Databases Point Manager service is enabled and running.