|
![]() |
#1 |
Member
|
Цитата:
Сообщение от belugin
...
itemID неуникальный (RecID сам в конец должен добавиться) ... Воспроизвелась обратная ситуация. В Аксапте ItemID, RecID неуникальный, на SQL сервере он создан как уникальный. Еще мне понравилось. Создал два одинаковых индекса. На MS SQL создался только один из них.
__________________
С уважением, glibs® |
|
|
За это сообщение автора поблагодарили: Antant (1). |
![]() |
#2 |
Участник
|
Уточнил: наверное перепутал
Цитата:
Воспроизвелась обратная ситуация. В Аксапте ItemID, RecID неуникальный, на SQL сервере он создан как уникальный.
If you include a RecId component in an index, the index will be unique by default. If you still set the AllowDuplicates property to Yes, the index is nevertheless treated as unique and a warning is issued to the user if he attempts to insert non-unique values. Tip When SQL warnings in the Options dialog (available from the Tools menu) have been enabled, you get this warning: 'Warning: Since unique field [RecId] is part of your non-unique index [<index name>] on table [<table name>], you should consider making the index unique. Microsoft Axapta will create it as being unique.' |
|
|
За это сообщение автора поблагодарили: glibs (1), Antant (1). |
Теги |
ax3.0 |
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|