Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introduction to Microsoft SQL Server Connector
  3. Connections for Microsoft SQL Server
  4. Synchronization tasks with Microsoft SQL Server Connector
  5. Mappings and mapping tasks with Microsoft SQL Server Connector
  6. Replication tasks with Microsoft SQL Server
  7. Troubleshooting
  8. Data type reference

Microsoft SQL Server Connector

Microsoft SQL Server Connector

Configuring cross-schema SQL ELT optimization

Configuring cross-schema
SQL ELT optimization

Consider the following steps to configure cross-schema
SQL ELT optimization
for a Microsoft SQL Server
mapping
task:
  1. Create the following two Microsoft SQL Server connections, each defined with a different schema:
    1. Create a
      sqlsv_1
      Microsoft SQL Server connection and specify
      CQA_SCHEMA1
      schema in the connection properties.
    2. Create a
      sqlsv_2
      Microsoft SQL Server connection and specify
      CQA_SCHEMA2
      schema in the connection properties.
  2. Create a Microsoft SQL Server mapping,
    m_sqlsv_pdo_acrossSchema
    . Perform the following tasks:
    1. Add a Source transformation and include a Microsoft SQL Server source object and connection
      sqlsv1
      to read data using
      CQA_SCHEMA1
      .
    2. Add a Target transformation and include a Microsoft SQL Server target object and connection
      sqlsv2
      to write data using
      CQA_SCHEMA2
      .
  3. Create a Microsoft SQL Server
    mapping
    task, and perform the following tasks:
    1. Select the configured Microsoft SQL Server mapping,
      m_sqlsv_pdo_acrossSchema
      .
    2. On the
      Runtime Options
      tab, in the
      SQL ELT Optimization
      section, set the p
      SQL ELT optimization
      value to
      Full
      .
    3. In the
      Advanced Session Properties
      section, select the
      Enable cross-schema SQL ELT optimization
      check box.
    4. Save the task and click
      Finish
      .
    When you run the
    mapping
    task, the Secure Agent reads data from the Microsoft SQL Server source object associated with the
    CQA_SCHEMA1
    schema and writes data to the Microsoft SQL Server target object associated with
    CQA_SCHEMA2
    schema.

0 COMMENTS

We’d like to hear from you!