Previous Topic: Configure Direct Client Connection to DatabasesNext Topic: Configuration Presentation


Configure Bulk Insertion of SQL Data

The Bulk Insert option writes data to a temporary SQL file. This option speeds the process of saving data, and allows you to continue working while the SQL database reads data from the file.

The SQL Server must have read access to the shared folder in which the temporary file is stored during the save process.

Note the following:

To configure bulk insertion of SQL data

  1. In a CA GovernanceMinder client application window, click File, General Settings.

    The Settings dialog appears.

  2. Click the SQL Connectivity tab.

    Select the Bulk Insert option.

  3. Select one of the following options:
  4. Specify values for the following fields to define the file structure of the CA GovernanceMinder databases:
    Field Delimiter

    Specifies the character that separates field values in the shared folder.

    Line Delimiter

    Specifies the end-of-line character in the shared folder.

    Note: The characters you specify cannot appear in the data content of the folder. When these characters appear in data fields, the file is parsed incorrectly and bulk insert fails. Similarly, when data strings are longer than their legal length, bulk insert fails.