C2025-044 Update PROMS Fixes to be SQL 2016 compatible
This commit is contained in:
@@ -24026,7 +24026,7 @@ Begin -- Rofst Tables
|
|||||||
CONSTRAINT [PK_EPFormats] PRIMARY KEY CLUSTERED
|
CONSTRAINT [PK_EPFormats] PRIMARY KEY CLUSTERED
|
||||||
(
|
(
|
||||||
[FormatID] ASC
|
[FormatID] ASC
|
||||||
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
|
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
|
||||||
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
||||||
|
|
||||||
IF (@@Error = 0) PRINT 'Table Creation: [EPFormats] Succeeded'
|
IF (@@Error = 0) PRINT 'Table Creation: [EPFormats] Succeeded'
|
||||||
|
Reference in New Issue
Block a user