Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Adding a Virtual Index

Adding a Virtual Index

If the source database table has no database-level primary key definition, you can define virtual indexes for the source database table to perform accurate replication.
  1. On the
    Map Tables
    tab, select a mapped source table for which to add a virtual index.
  2. Click the
    Show Indexes
    icon button above the source tables filter field, or right-click a mapped source table and click
    Show Indexes
    .
    The
    Indexes
    dialog box appears and lists the indexes that are defined for the table.
  3. Click
    Add
    .
    The
    Add index for table <table name>
    dialog box appears.
    Add index for table dialog box example
  4. Select the columns to use for the virtual index, or click
    Select All
    to select all of the columns.
    You cannot edit the
    Not null
    setting.
  5. In the
    Index name
    field, enter a name for the index or accept the default name.
    Index names can contain only the digits 0-9, Latin letters A-Z and a-z, and the underscore (_) character.
  6. Click
    OK
    .
    The
    Indexes
    dialog box lists the new index.

0 COMMENTS

We’d like to hear from you!