|
28.04.2016, 13:11 | #1 |
Участник
|
ofdax: Dynamics AX 7 data model vs AX 2012
Источник: http://ofdax.blogspot.com/2016/04/dy...s-ax-2012.html
============== Hello Axapters, Last week I spent some time analyzing the differences between AX 7 and AX 2012 R3 CU9 data model, specifically the list of SQL Server tables in both versions. If you judge by the numbers only the changes are radical: about 740 out of 6250 AX 2012 tables have been deleted or renamed and about 600 tables have been added or renamed in AX 7, not including ~1640 new out of the box staging tables. One part of the changes is quite reasonable – deleted PBA*, AIF*, Sys* tables were part of deprecated modules / technologies. The rest of modification is harder to understand and you should pay more attention estimating upgrade, upgrading your code and migrating data. It’s hard to find renaming patterns looking at the tables list only. And SQL backup/restore won’t work for data migration, obviously. There is a couple of simple spelling corrections that can still make you upgrade your code and data, like: LogisticsAddresssCity to LogisticsAddressCity Another example is PSA* tables that are partially renamed to Res* tables, with no visible pattern though. Superficial analysis uncovers that AX 2012 tables with the following prefixes (not necessarily all, but many) have been deleted or renamed:
Classes comparison would also be interesting, that’s a topic for one of my future posts. Источник: http://ofdax.blogspot.com/2016/04/dy...s-ax-2012.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|