Choose columns during migration when using SSMA

Siddhesh Manjrekar 1 Reputation point
2021-02-09T19:57:55.623+00:00

Is it possible to select specific columns when we migrate data from source to target in SSMA?

Basically, I am getting error while migrating table data which contains computed columns in source side. So I was looking for either excluding the column while migration so that I can create table without computed columns and migrate data by just selected noncomputed columns from source table.

I wanted to avoid changes to source side.

SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
507 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Alexander Ivanov 491 Reputation points
    2021-02-10T00:16:17.37+00:00

    Hey,

    What source platform are you migrating from and what version of SSMA you are using? I think this issue was resolved in SSMA for MySQL in v8.16. Are you migrating from other platform or using older version? Can you upgrade to latest?

    Alternatively you can make these columns "non-computed" in the target database for the migration and then delete and recreate as computed back again.

    Thanks and regards,
    Alex.


  2. Siddhesh Manjrekar 1 Reputation point
    2021-02-10T07:29:49.6+00:00

    Thanks @Alexander Ivanov , I am using SSMA for DB2 and I am using quite recent one. Pls advise if its applicable for this version 8.16 and provide links for the tutorial or documentation.

    I tried alternative option but it did not work for me. If there is any additional settings needed, pls do let me know.


  3. Siddhesh Manjrekar 1 Reputation point
    2021-02-17T07:59:05.517+00:00

    @Alex Li-MSFT : Thanks for the response. I enabled extended data migration option to select the required columns from Target for data migration. Thanks for your responses.