|
|
#1 |
|
Участник
|
Hello,
we have just deployed KR2(KR1 was done on the background as a part of KR2 upgrade) and I noticed something that I haven't seen before in any Axapta upgrades. The new field recVersion was added during compilation of the application. I expected that to be done during synching of the database as it usually happens in Axapta when we make any data model changes. It was something new and I haven't seen it mentioned in any readme documents. Also, our database is huge, and we were afraid that it would take many hours. The whole upgrade tool less than 1 hour - basically just for compilation of the application. It was very nice! Regards, gb |
|
|
|
|
#2 |
|
Участник
|
Цитата:
Сообщение от gb
we have just deployed KR2(KR1 was done on the background as a part of KR2 upgrade) and I noticed something that I haven't seen before in any Axapta upgrades. The new field recVersion was added during compilation of the application. I expected that to be done during synching of the database as it usually happens in Axapta when we make any data model changes. It was something new and I haven't seen it mentioned in any readme documents.
RecVersion is a new system field related to Optimistic Concurrency Checking (OCC) for SQL Server 2000 and SQL Server 2005 introduced in KR1, see Readme.doc and SQL Server 2005 Books online for more details. Here is a quote from SQL Books online:Цитата:
In a database scenario, there are two types of concurrency control mechanisms:
|
|
|
|
|
|