Skip to main content
Our database mirroring service has a pre-defined list of tables not replicated during the mirroring process. What if, however, you want to add more tables to the blocked list? To add tables to the mirroring service blocked list, create a user preference with:
  • prefSection: Mirroring
  • prefKey: SkipTables
The prefValue is where you store a comma-separated string of table names that are added to the blocked list during the replication phase. Adding a user preference affects all database mirroring jobs for that tenant. If another application also using mirroring, it too will be affected by this setting.

Adding a user preference

You must use the API to add a user preference. There is no built-in Preference section for managing settings for database mirroring.

REST API

SOAP proxies