🖌️
CaO_Data_Platform (KODDA)
  • Introduction
  • Getting Started
    • Login Screen
    • Home Screen
    • Manage Users
    • Manage Connections
    • User Interface
  • User Guide
    • Generate Mapping
      • Data Type Mappings
      • Generate Results
    • Edit Mapping
      • Mapping Details
      • Mapping Elements
      • Mapping Activities
    • Design Workflow
    • Scheduler
    • Browse Data
    • Map History
    • Workflow History
    • Upload Files
    • Migrate Objects
    • Google Analytics
    • Data Dictionary
  • Architecture Guide
  • Release Notes
  • Examples
    • Incremental Change Tracking
    • Incremental Loads Using Row Version
  • Product Availability Matrix
  • API Docs
Powered by GitBook
On this page
  1. Examples

Incremental Loads Using Row Version

PreviousIncremental Change TrackingNextProduct Availability Matrix

Last updated 1 year ago

When using a rowversion column in Sql Server to track incremental loads it is recommended to convert the rowversion field to a Varchar to be able to store it in the metadata repository. At times it may be beneficial to convert this back to a binary value at run time to take advantage of indexes on that field. The $incremental_ss_binary kodda(<column name>)$ function can be used to do this.

The screenshots below show a custom expression created on the version column in order to track changes and the use of the $incremental_ss_binary kodda(<column name>)$ function to control how the query is written against the database.