Hi Bill,
William Fields (2/25/2014)
Hello,
After creating a new table with the DDT, I realized that the field order is not as expected, which is causing problems downstream in an application.
Can anyone confirm?
Yes, that is the behavior of the current DDT version. I believe it is a limitation of MS-SQL because I also use xCase for data modeling in some projects and they have an option to update a table by using the "Copy" command which will basically do the following:
- Create a new table with a temporary name
- Copy data from original table
- Delete original table
- Rename temporary table with original table name
If you need your field names in the order you are designing them, then you may have to manually do the above to get them updated. I know it is a huge inconvenience, but hopefully new version of DDT for SF2.0 would take care of this issue.