Setting up GainSeeker on a SQL Server database

Your SQL Server database administrator (DBA) must perform the following steps on the SQL Server:

  1. Create a new GainSeeker database. Two variations of the example script for creating the database and tables, SPC8_SS.SQL, are provided in the \Scripts\SQLSVR\ and \Scripts\SQLSVR\Expanded\ folders on the GainSeeker installation CD, but both use the same SQL statements to create the database.

You may choose either a case insensitive (recommended) or a case sensitive Collate option for the new database. When using the case sensitive option, all table names and field names will also be case sensitive.

  1. If using SQL Server authentication (recommended), create a User for this GainSeeker database. For this new user:

    1. Set the Default Database to the GainSeeker database.

    2. For the GainSeeker database, grant the roles of public and db_owner to this user.

Important: For SQL Server on Linux, you are required to use SQL Server authentication.

  1. Create all necessary tables in the GainSeeker database. Scripts for creating and populating the necessary tables are provided on the GainSeeker installation CD:

  2. Ensure that statistics will be updated regularly for this database.

After setting up the database, you can install the GainSeeker client on each workstation.