Let's assume the case where I migrate the data from one table in a database to another table in a different database. The name of the table is Users.
The schema of the Users table is identical between the two databases, except that in one database the Users table has an extra column named age.
From my experience with SqlData Compare, data migration will still execute successfully between these two tables, but only for all matching schema that these tables share.
Can you please verify this?
Thanks!
The schema of the Users table is identical between the two databases, except that in one database the Users table has an extra column named age.
From my experience with SqlData Compare, data migration will still execute successfully between these two tables, but only for all matching schema that these tables share.
Can you please verify this?
Thanks!