Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpapp/script/dbUpDate/KitDicembre2016/festivita/festivita.sql
2024-05-13 12:54:14 +02:00

21 lines
436 B
SQL

--execute as DBC
spool /mnpapp/log/script/caricamento_festivita_2017.log;
@@MNP_DATE_FESTIVE_2017.sql
@@S_DIM_TEMPO_2017_01.sql
@@S_DIM_TEMPO_2017_02.sql
@@S_DIM_TEMPO_2017_03.sql
@@S_DIM_TEMPO_2017_04.sql
@@S_DIM_TEMPO_2017_05.sql
@@S_DIM_TEMPO_2017_06.sql
@@S_DIM_TEMPO_2017_07.sql
@@S_DIM_TEMPO_2017_08.sql
@@S_DIM_TEMPO_2017_09.sql
@@S_DIM_TEMPO_2017_10.sql
@@S_DIM_TEMPO_2017_11.sql
@@S_DIM_TEMPO_2017_12.sql
commit;
spool off;