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 Column

Adding a Column

If you need to add a column that is not part of the primary key in a source table, use this procedure to make the change and resume replication.
  1. Stop replication.
  2. Back up your configuration file.
  3. Add the column to the source table.
  4. Add the column to the target table with the same default value as on the source.
  5. In the Data Replication Console, open the configuration file.
    The file includes the new column.
  6. On the
    Map Columns
    tab, map the new column on the source to the corresponding column on the target.
  7. Save the configuration file.
  8. Verify that the configuration file was saved correctly.
  9. Continue replication.
  10. If the column already has data in the source table, you must re-synchronize the source and target tables before starting data replication again.

0 COMMENTS

We’d like to hear from you!