Hi,
WE are moving some tables from one server to other server with same table names.
is there any utility to change column mapping with updated datasorce?
EX: database A
A1
A2
A3
database B
B1
B2
i have tables like above , i need to move A3 from database A to database B.
EX: database A
A1
A2
database B
B1
B2
A3
is there any utility to update column mappings for table A3. Suggest me any other aimple methods?