Excluded table not found

An excluded table could not be found in the database.

How to fix

  1. Check your options file - locate the table name under excludedTables
  2. Verify the table exists in your source database
  3. Check spelling and casing - table names are case-sensitive
  4. Confirm schema name - ensure you're using the correct schema

Common Issues

Wrong schema: "schema": "dbo", "name": "Users" when table is actually in public schema

Case sensitivity: "name": "users" when table is actually Users

Typos: "name": "Costumers" instead of "name": "Customers"


This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?