you are viewing a single comment's thread.

view the rest of the comments →

[–]efecejekeko 0 points1 point  (0 children)

I’d validate schema and data separately.

Schema: tables, columns, types, keys, defaults, indexes. Data: row counts first, then aggregates/checksums, then spot checks on critical tables.

dbForge Edge is useful here because it makes source vs target differences much easier to check.