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 Azure SQL Data Warehouse V2 Connector
  3. Microsoft Azure SQL Data Warehouse V2 Connections
  4. Synchronization Tasks with Microsoft Azure SQL Data Warehouse V2
  5. Mapping Tasks with Microsoft Azure SQL Data Warehouse V2
  6. SQL ELT Optimization
  7. Data Type Reference

Microsoft Azure SQL Data Warehouse V2 Connector

Microsoft Azure SQL Data Warehouse V2 Connector

Cross-Schema SQL ELT Optimization

Cross-Schema
SQL ELT Optimization

You can use cross-schema
SQL ELT optimization
for a mapping to read or write data based on different schemas within the same database.
To use cross-schema
SQL ELT optimization
, you must create two Microsoft Azure SQL Data Warehouse ODBC connections and specify different schemas for each of the connections. Select the Enable cross-schema
SQL ELT optimization
check box in the advanced session properties of the mapping. By default, the check box is selected.
Ensure that the schemas you specify in both of the Microsoft Azure SQL Data Warehouse ODBC connections belong to the same database.
Consider the following steps to use cross-schema
SQL ELT optimization
:
  1. Create an
    Azure_DW1
    ODBC connection and specify
    DW_schema1
    schema in the connection properties.
  2. Create another
    Azure_DW2
    ODBC connection and specify
    DW_schema2
    schema in the connection properties.
  3. Create a mapping and perform the following tasks:
    1. Select the
      Azure_DW1
      connection as source to read data from the source object using the
      DW_schema1
      schema.
    2. Select the
      Azure_DW2
      connection as target to write data to the target object using the
      DW_schema2
      schema.
    3. Select the Enable cross-schema
      SQL ELT optimization
      check box in the advanced session properties.
      The following image shows the Enable cross-schema
      SQL ELT optimization
      property:
    4. Run the mapping.
When you run the mapping, the Secure Agent reads data from the source object using
DW_schema1
and writes data to the target object using
DW_schema2
.

0 COMMENTS

We’d like to hear from you!