C2025-044 Update PROMS Fixes to be SQL 2016 compatible #579
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2025-044"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
C2025-044 Update PROMS Fixes to be SQL 2016 compatible
It was found that the latest PROMSFixes was not compatible with SQL 2016 version.
Specifically,
the CREATE TABLE
for
EPFormats.
Need to update the PROMS_Fixes so that it can be run in sql 2016
error was: 'OPTIMIZE_FOR_SEQUENTIAL_KEY' is not a recognized CREATE TABLE option.
changes look good
Devin tested this with no issues. The SQL version number was not updated for this.