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

Handling Source Tables with Long Table or Column Names

Handling Source Tables with Long Table or Column Names

If you have source tables with long table or column names, alternative strategies are available for shortening these names when generating corresponding audit log tables or target tables. Otherwise, the table names on the target might exceed the maximum length that the target database allows.
Merge Apply mode requires a target table and audit log table that correspond to each source table on the target. Audit Apply mode requires an audit log table only. Also, if you use InitialSync with the Bulk Copy Program (BCP) to load data to Microsoft SQL Server targets based on a configuration that includes SQL expressions, InitialSync requires audit log tables to process the SQL expressions in SQL Apply mode.
If you use Merge Apply mode, SQL Apply mode for the special InitialSync with BCP processing case, or Audit Apply mode with table mappings based on wildcard expressions or exact name matching, audit log table names include the suffix that is defined on the
Runtime Settings
tab >
Calculated Columns
view. Also, the before- and after-image columns in the audit log tables have suffixes that are defined on the
Calculated Columns
view. You can shorten the table and column suffixes to comply with name length limits of the target database.

0 COMMENTS

We’d like to hear from you!