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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.