Microsoft SQL Server
Last updated
Was this helpful?
Last updated
Was this helpful?
Full
Incremental
It is highly recommended that a non-clustered, non-unique index on the column used for incremental queries
Change Tracking (CT)
More information about and instructions to enable Change Tracking can be found .
Change Data Capture (CDC)
More information about and instructions to enable Change Data Capture can be found .
Schema changes require a bit more work to rebuild the CDC functions. Info .
For more information on ingestion methods, .
It is highly recommended that you create a new user for Verb to access your data. That user should, in most cases, only have read-only access to your data. It is further recommended that you limit the access only to tables necessary for reporting.
First, enable Change Tracking at the database level:
Next, enable Change Tracking and grant VIEW CHANGE TRACKING permission on each table to be ingested by Verb:
First, enable Change Data Capture at the database level:
Next, enable Change Data Capture for each table to be ingested by Verb:
For or ingestion methods, only the SELECT permission is required.
For and , the EXECUTE permission is also required.
For more information on SQL Server permissions, click .
For more information on SQL Server Change Tracking, click .
For more information on SQL Server Change Data Tracking, click .