How to automatically create the custom migration scripts after recreating SSMA project?
There is number of tables ( big tables with BLOBS) which I want to set up automatically to be migrated with custom migration scripts (replacing e.g. attribute named "FILE" with "TO_BLOB('') AS FILE" ).
So the question is how to open MB file (I think that it should be standard db of some destktop RDBMS) ?