init
This commit is contained in:
@@ -0,0 +1,971 @@
|
||||
GO
|
||||
SET ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, ARITHABORT, CONCAT_NULL_YIELDS_NULL, QUOTED_IDENTIFIER ON;
|
||||
|
||||
SET NUMERIC_ROUNDABORT OFF;
|
||||
|
||||
GO
|
||||
PRINT N'Altering [dbo].[T_TANEVRENDJE]...';
|
||||
|
||||
|
||||
GO
|
||||
ALTER TABLE [dbo].[T_TANEVRENDJE]
|
||||
ADD [C_ISURESORAREND] CHAR (1) DEFAULT ('F') NOT NULL;
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Altering [dbo].[T_TANITASIORA]...';
|
||||
|
||||
|
||||
GO
|
||||
ALTER TABLE [dbo].[T_TANITASIORA]
|
||||
ADD [C_EGYEDINAP] CHAR (1) DEFAULT ('F') NOT NULL;
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[T_TANEVRENDJE_OSSZES]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[T_TANEVRENDJE_OSSZES]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[T_TANITASIORA_OSSZES]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[T_TANITASIORA_OSSZES]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumTanulokOsztalybanToltottNapjai]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumTanulokOsztalybanToltottNapjai]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetUtkozesByOsztalycsoport]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetUtkozesByOsztalycsoport]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetUtkozesByTanar]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetUtkozesByTanar]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumMulasztasokOsztalyonkentReszletes]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumMulasztasokOsztalyonkentReszletes]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumMegtartottOrak]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumMegtartottOrak]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumOsztalyMegtartottOrakSzama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumOsztalyMegtartottOrakSzama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumOsztalyTanuloinakMegtartottOrakTantargyankent]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumOsztalyTanuloinakMegtartottOrakTantargyankent]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetTanuloTantargyMulasztasMegtartottOra]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetTanuloTantargyMulasztasMegtartottOra]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetTanuloTantargyMulasztasOsszesOra]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetTanuloTantargyMulasztasOsszesOra]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumTanulokTanultTantargyai]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumTanulokTanultTantargyai]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumOsztalyTanuloinakMegtarthatoOrakTantargyankent]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumOsztalyTanuloinakMegtarthatoOrakTantargyankent]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetLemorzsolodottTanulokByFelhely]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetLemorzsolodottTanulokByFelhely]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetDokumentumTanulokEvesOraszamaiOsztalynkonet]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumTanulokEvesOraszamaiOsztalynkonet]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetEvesOraszamLista]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetEvesOraszamLista]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[fnGetEvesOraszamListaByTanitasiOraId]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetEvesOraszamListaByTanitasiOraId]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_ExportEsl_A03T01_1]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_ExportEsl_A03T01_1]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetESL_A03T01_1]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetESL_A03T01_1]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetESL_A03T02_1]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetESL_A03T02_1]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetESL_A03T03_1]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetESL_A03T03_1]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetPedagogusAltalAdottErtekelesek]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetPedagogusAltalAdottErtekelesek]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanevRendjeCsengetesiRend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanevRendjeCsengetesiRend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanevrendjeErintettOrarendiOrai]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanevrendjeErintettOrarendiOrai]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_HelyettesitesekKeresese]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_HelyettesitesekKeresese]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_ImportASC]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_ImportASC]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_ImportTanevRendje]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_ImportTanevRendje]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_OsztalyTanuloinakGyakorlatiOraMulasztasiSzazalekStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_OsztalyTanuloinakGyakorlatiOraMulasztasiSzazalekStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_OsztalyTanuloinakMulasztasiSzazalekStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_OsztalyTanuloinakMulasztasiSzazalekStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_AktivTanevValtasa]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_AktivTanevValtasa]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_CsoportKisorolasok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_CsoportKisorolasok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GenerateNaptariNapok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GenerateNaptariNapok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumErtekelesekIdoszakonkent]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumErtekelesekIdoszakonkent]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumMulasztasok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumMulasztasok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumMulasztasokIdoszakonkent]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumMulasztasokIdoszakonkent]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumTanitasiNapokSorszama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumTanitasiNapokSorszama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumTanuloOrarend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumTanuloOrarend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetFoglalkozasokMegtartandoOraSzama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetFoglalkozasokMegtartandoOraSzama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetNaplozasMulasztasList]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNaplozasMulasztasList]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetNemKotottMunkaIdoDateByInsert]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNemKotottMunkaIdoDateByInsert]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOralatogatasok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOralatogatasok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOrarendKereszttabla_Osztaly]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOrarendKereszttabla_Osztaly]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOrarendKereszttabla_Pedagogus]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOrarendKereszttabla_Pedagogus]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOrarendOsztalyonkent]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOrarendOsztalyonkent]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetPedagogusOrarend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetPedagogusOrarend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanarOrarendLefedettseg]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanarOrarendLefedettseg]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanevrendNegyedevek]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanevrendNegyedevek]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTeremOrarend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTeremOrarend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTeremrend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTeremrend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Global_SetSystemSettingsDefaultData]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Global_SetSystemSettingsDefaultData]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyokCsoportokTantargyiStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyokCsoportokTantargyiStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyokTantargyiStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyokTantargyiStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_IdoszakiTanuloStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_IdoszakiTanuloStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_PedagogusNemBejegyzettOrai]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_PedagogusNemBejegyzettOrai]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_SetSystemSettingsDefaultData]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_SetSystemSettingsDefaultData]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[uspTanulokBejegyzesStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[uspTanulokBejegyzesStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[uspTanulokGyorsBejegyzesStatisztika]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[uspTanulokGyorsBejegyzesStatisztika]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumErtekelesek]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumErtekelesek]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsztalyokEvesOraszama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyokEvesOraszama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetUtkozes]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetUtkozes]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetUzenofuzetErtekelolap]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetUzenofuzetErtekelolap]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetErtesitesAltEsMulAdatok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetErtesitesAltEsMulAdatok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTorzslap]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTorzslap]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumTanuloOrarendOsztalyonkent]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumTanuloOrarendOsztalyonkent]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsztalyOrarend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyOrarend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsztalyOrarendOsszes]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyOrarendOsszes]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetPedagogusOrarendOsszes]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetPedagogusOrarendOsszes]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTeremOrarendOsszes]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTeremOrarendOsszes]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_PedagogusNemBejegyzettOraiOsszes]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_PedagogusNemBejegyzettOraiOsszes]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetElozoOranHianyzottTanulok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetElozoOranHianyzottTanulok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetFelhasznaloJogok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetFelhasznaloJogok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetHelyettesitoTanarTanorahoz]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetHelyettesitoTanarTanorahoz]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetHianyzoOrabeirasok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetHianyzoOrabeirasok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetNapkozisCsoportTanuloinakHaviMulasztasiOsszesitoje_1]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNapkozisCsoportTanuloinakHaviMulasztasiOsszesitoje_1]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsszesNemBejegyzettOra]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsszesNemBejegyzettOra]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetUpdateTantargyfelosztasVisszamenoleges]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetUpdateTantargyfelosztasVisszamenoleges]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_SetRendszerErtesitesek]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_SetRendszerErtesitesek]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_UpdateTantargyfelosztasVisszamenoleges]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_UpdateTantargyfelosztasVisszamenoleges]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[uspGetMulasztasokDatumNezetDataByOsztalyCsoportId]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetMulasztasokDatumNezetDataByOsztalyCsoportId]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[uspTanuloMulasztasParhuzamosOra]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[uspTanuloMulasztasParhuzamosOra]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[uspUpdateCsengetesiRend]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[uspUpdateCsengetesiRend]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetDokumentumHelyettesitesekByDateInterval]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumHelyettesitesekByDateInterval]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanulokMulasztasokReszletezese]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanulokMulasztasokReszletezese]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetMunkaidoElszamoloLap]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetMunkaidoElszamoloLap]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_CsengetesiRendOrakTorles]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_CsengetesiRendOrakTorles]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_DeleteAllTTF]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_DeleteAllTTF]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_FizikaiTorlesOrarendek]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_FizikaiTorlesOrarendek]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_FizikaiTorlesTantargyfelosztas]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_FizikaiTorlesTantargyfelosztas]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetElozoOraAdatai]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetElozoOraAdatai]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetHaladasiNaploAdatok]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetHaladasiNaploAdatok]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetHelyettesitesiNaplo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetHelyettesitesiNaplo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOraEvesSorszama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOraEvesSorszama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOraEvesSorszamaLista]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOraEvesSorszamaLista]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOraSorszamByOsztaly]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOraSorszamByOsztaly]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetStatPedagogusTanuloinakTantargyiMulasztasaiMegtartott]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetStatPedagogusTanuloinakTantargyiMulasztasaiMegtartott]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTantargyakElmaradtOraszama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTantargyakElmaradtOraszama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTantargyakMegtartottOraszama]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTantargyakMegtartottOraszama]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_TantargyfelosztasImport]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_TantargyfelosztasImport]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[uspGetElozoOranHianyzottTanulo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetElozoOranHianyzottTanulo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetNapkozisCsoportTanuloinakHaviMulasztasiOsszesitoje]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNapkozisCsoportTanuloinakHaviMulasztasiOsszesitoje]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanulokTantargyMulasztasokReszletezese]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanulokTantargyMulasztasokReszletezese]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje_honapra]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje_honapra]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_ImportTantargyFelosztas]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_ImportTantargyFelosztas]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetOsztalyNaplo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyNaplo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetCsoportNaplo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetCsoportNaplo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetErtesitoNyomtatvany]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetErtesitoNyomtatvany]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetNapkozisNaplo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNapkozisNaplo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetSzakmaiGyNaplo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetSzakmaiGyNaplo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_GetTanoranKivuliNaplo]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanoranKivuliNaplo]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Refreshing [dbo].[sp_OrarendImport]...';
|
||||
|
||||
|
||||
GO
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_OrarendImport]';
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Update complete.';
|
||||
|
||||
|
||||
GO
|
||||
--------------------
|
||||
|
||||
|
||||
PRINT '--- intézményi view-k (dbo táblákkal megegyező nevű és a tábla_OSSZES nevűek) frissítése ---'
|
||||
|
||||
DECLARE @viewname nvarchar(100), @pureview nvarchar(100)
|
||||
|
||||
DECLARE semaviewk CURSOR LOCAL FOR
|
||||
SELECT '['+TABLE_SCHEMA + '].[' + TABLE_NAME + ']', TABLE_NAME
|
||||
FROM INFORMATION_SCHEMA.TABLES
|
||||
WHERE TABLE_TYPE = 'VIEW' and TABLE_SCHEMA LIKE 'KR[_]%[_]Schema'
|
||||
AND TABLE_NAME in ('T_TANITASIORA', 'T_TANITASIORA_OSSZES'
|
||||
,'T_TANEVRENDJE', 'T_TANEVRENDJE_OSSZES') -- ha csak néhány VIEW frissült, akkor a gyorsabb futásért ide fel lehet sorolni
|
||||
ORDER BY TABLE_SCHEMA, TABLE_NAME
|
||||
|
||||
OPEN semaviewk
|
||||
FETCH NEXT FROM semaviewk INTO @viewname, @pureview
|
||||
|
||||
WHILE @@FETCH_STATUS = 0 BEGIN
|
||||
PRINT @viewname
|
||||
EXEC sp_refreshview @viewname
|
||||
|
||||
FETCH NEXT FROM semaviewk INTO @viewname, @pureview
|
||||
END
|
||||
|
||||
CLOSE semaviewk
|
||||
DEALLOCATE semaviewk
|
||||
GO
|
||||
|
||||
|
||||
--------------------
|
||||
|
||||
EXEC dev.sp_Global_GenerateAsyncAuditTriggerAll
|
||||
GO
|
||||
|
||||
|
||||
ALTER QUEUE auditLog.[AuditQueue]
|
||||
WITH ACTIVATION
|
||||
(
|
||||
STATUS = ON,
|
||||
PROCEDURE_NAME = auditLog.usp_AuditProcessing,
|
||||
MAX_QUEUE_READERS = 10,
|
||||
EXECUTE AS 'Kreta_tech_user'
|
||||
);
|
||||
|
||||
GO
|
||||
|
@@ -0,0 +1,19 @@
|
||||
DECLARE intezmenytanevekCursor CURSOR LOCAL FOR
|
||||
SELECT C_INTEZMENYID, C_TANEVID
|
||||
FROM T_INTEZMENYADATOK
|
||||
|
||||
DECLARE @intezmenyId int, @tanevId int
|
||||
|
||||
OPEN intezmenytanevekCursor
|
||||
FETCH NEXT FROM intezmenytanevekCursor INTO @intezmenyId, @tanevId
|
||||
|
||||
WHILE @@FETCH_STATUS = 0
|
||||
BEGIN
|
||||
PRINT 'INTÉZMÉNY ID: ' + CAST(@intezmenyId AS NVARCHAR(10)) + ', TANÉV ID: ' + CAST(@tanevId AS NVARCHAR(10))
|
||||
EXEC sp_Global_CreateDictionaryItems @IntezmenyId = @intezmenyId, @TanevId = @tanevId
|
||||
|
||||
FETCH NEXT FROM intezmenytanevekCursor INTO @intezmenyId, @tanevId
|
||||
END
|
||||
|
||||
CLOSE intezmenytanevekCursor
|
||||
DEALLOCATE intezmenytanevekCursor
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user