This commit is contained in:
2021-12-07 16:30:02 +01:00
parent 029166c380
commit 51ed7e249d
188 changed files with 36975 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CREATE NONCLUSTERED INDEX [IDXTBPMO_CONTROL_VALUE_RECID_VALUE]
ON [dbo].[TBPMO_CONTROL_VALUE] ([CONTROL_ID])
INCLUDE ([RECORD_ID],[VALUE])
GO