Sometime TDM does not build the correct renaming alter script.
I’m renaming the columns of some tables. Some tables create a correct alter script:
- Create a new table
- Filling the table
- Renaming this table
Sometime the alter script drops the data, too:
- Dropping old colums
- Creating new colums
Is there any known issue about this?
Thanks a lot!