Цитата:
Сообщение от
MironovI
Собстно - вопрос - я прав?
Да
Там еще один прикол похоже зарыт, готовьтесь
X++:
boolean removeIndex(Statement stmt)
{
boolean indexDropped = false;
;
if (sQLIndex.isIndexClustering())
{
this.printStringInReport( this.printReportFormatLine( dictTable.name(), '*' + dictIndex.name(),
"@SYS62520", false));
return(false); // cannot drop a clustering index without dropping the table
}
хотя это в принципе м.б. полезно при настройке partitioning-а например