init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
--Migration
|
||||
DROP INDEX IF EXISTS [NCI_CsoportTipus_AlTanevId_AlIntezmenyId] ON [dbo].[T_CSOPORTTIPUS]
|
||||
GO
|
||||
|
||||
CREATE NONCLUSTERED INDEX [NCI_CsoportTipus_AlTanevId_AlIntezmenyId] ON [dbo].[T_CSOPORTTIPUS]
|
||||
(
|
||||
[C_ALTANEVID] ASC,
|
||||
[C_ALINTEZMENYID] ASC
|
||||
)
|
||||
WHERE ([C_ISTANORAICELU] = 'T' AND TOROLT = 'F')
|
||||
WITH (FILLFACTOR = 80)
|
||||
GO
|
Loading…
Add table
Add a link
Reference in a new issue