9328 History rows in a table with TransactionTime cannot be modified.
Explanation:
The specified ALTER TABLE statement is modifying the values of one of the columns of the TransactionTime table without the use of NONTEMPORAL statement prefix. The closed rows in a table with TransactionTime support cannot be modified unless the user has a NONTEMPORAL privilege.
Generated By:
RES modules.
For Whom:
End User.
Remedy:
Prefix the ALTER TABLE with NONTEMPORAL and retry.