1028 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			Transact-SQL
		
	
	
	
	
	
			
		
		
	
	
			1028 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			Transact-SQL
		
	
	
	
	
	
GO
 | 
						|
SET ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, ARITHABORT, CONCAT_NULL_YIELDS_NULL, QUOTED_IDENTIFIER ON;
 | 
						|
 | 
						|
SET NUMERIC_ROUNDABORT OFF;
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[ID].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'ID';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[C_FILECONTENT].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'C_FILECONTENT';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[C_FILENAME].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'C_FILENAME';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[C_FILECONTENTTYPE].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'C_FILECONTENTTYPE';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[C_INTEZMENYID].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[C_TANEVID].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[TOROLT].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'TOROLT';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[SERIAL].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'SERIAL';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[LASTCHANGED].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[CREATED].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'CREATED';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[MODIFIER].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[CREATOR].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'CREATOR';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE].[ELOZOTANEVIREKORDID].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_UPLOADEDFILE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_INTEZMENYADATOK].[C_CIMERID].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_INTEZMENYADATOK', @level2type = N'COLUMN', @level2name = N'C_CIMERID';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_TANITASIORA].[C_UPLOADEDFILEID].[MS_Description]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TANITASIORA', @level2type = N'COLUMN', @level2name = N'C_UPLOADEDFILEID';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[FK_IntezmenyAdatok_CimerId_REF_UploadedFile]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
ALTER TABLE [dbo].[T_INTEZMENYADATOK] DROP CONSTRAINT [FK_IntezmenyAdatok_CimerId_REF_UploadedFile];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[FK_TanitasiOra_UploadedFileId_REF_UploadedFile]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
ALTER TABLE [dbo].[T_TANITASIORA] DROP CONSTRAINT [FK_TanitasiOra_UploadedFileId_REF_UploadedFile];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[FK_UploadedFile_IntezmenyId_REF_Intezmeny]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
ALTER TABLE [dbo].[T_UPLOADEDFILE] DROP CONSTRAINT [FK_UploadedFile_IntezmenyId_REF_Intezmeny];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[FK_UploadedFile_TanevId_REF_Tanev]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
ALTER TABLE [dbo].[T_UPLOADEDFILE] DROP CONSTRAINT [FK_UploadedFile_TanevId_REF_Tanev];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
DROP INDEX IF EXISTS [NCI_IntezmenyAdatok_CimerId] ON [dbo].[T_INTEZMENYADATOK]
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
DROP INDEX IF EXISTS [NCI_TanitasiOra_UploadedFileId] ON [dbo].[T_TANITASIORA]
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE_OSSZES]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
DROP VIEW [dbo].[T_UPLOADEDFILE_OSSZES];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Dropping [dbo].[T_UPLOADEDFILE]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
DROP TABLE [dbo].[T_UPLOADEDFILE];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Altering [dbo].[T_INTEZMENYADATOK]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
ALTER TABLE [dbo].[T_INTEZMENYADATOK] DROP COLUMN [C_CIMERID];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Altering [dbo].[T_TANITASIORA]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
ALTER TABLE [dbo].[T_TANITASIORA] DROP COLUMN [C_UPLOADEDFILEID];
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[T_INTEZMENYADATOK_OSSZES]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[T_INTEZMENYADATOK_OSSZES]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[T_TANITASIORA_OSSZES]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[T_TANITASIORA_OSSZES]';
 | 
						|
 | 
						|
 | 
						|
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].[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].[fnGetDokumentumOsztalyTanuloinakMegtartottOrakTantargyankent]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumOsztalyTanuloinakMegtartottOrakTantargyankent]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[fnGetDokumentumTanulokFeljegyzeseiHavibontasban]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumTanulokFeljegyzeseiHavibontasban]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[fnGetDokumentumTanulokGyorsFeljegyzeseiHavibontasban]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[fnGetDokumentumTanulokGyorsFeljegyzeseiHavibontasban]';
 | 
						|
 | 
						|
 | 
						|
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_GetHozzatartozok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetHozzatartozok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dev].[uspGenerateTanevAdatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dev].[uspGenerateTanevAdatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetKozossegiSzolgalatNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetKozossegiSzolgalatNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetMunkaidoElszamoloLap]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetMunkaidoElszamoloLap]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetTanuloiAdatlapAdatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanuloiAdatlapAdatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetTanulokFeljegyzesekReszletezese]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanulokFeljegyzesekReszletezese]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetTanulokMulasztasokReszletezese]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanulokMulasztasokReszletezese]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTanulokFelmentesekHatarozatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTanulokFelmentesekHatarozatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTanulokJegyeiReszletezes]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTanulokJegyeiReszletezes]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTanulokMulasztasaiKeseseiReszletes]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTanulokMulasztasaiKeseseiReszletes]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetEgyuttmukodesiMeglallapodas]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetEgyuttmukodesiMeglallapodas]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTanulokTantargyMulasztasokReszletezese]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTanulokTantargyMulasztasokReszletezese]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetElfogadottTantargyfelosztasok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetElfogadottTantargyfelosztasok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTanuloszerzodes]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTanuloszerzodes]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetUzenofuzetErtekelolap]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetUzenofuzetErtekelolap]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetFogadooraInfo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetFogadooraInfo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetKozossegiJelentkezesLap]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetKozossegiJelentkezesLap]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetIskolalatogatasiIgazolas]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetIskolalatogatasiIgazolas]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetAdminDashboardAdminisztracio]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetAdminDashboardAdminisztracio]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetAdminDashboardNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetAdminDashboardNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetAdminDashboardStatisztika]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetAdminDashboardStatisztika]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetIktSzandeknyilatkozatAdatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetIktSzandeknyilatkozatAdatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetNebuloErtesito]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNebuloErtesito]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetTanulokJelenletiIvAlkalmankent]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetTanulokJelenletiIvAlkalmankent]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspFollowUpIntezmenyAdatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspFollowUpIntezmenyAdatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetAlkalmazottByVezetoiOraszamOk]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetAlkalmazottByVezetoiOraszamOk]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetNyomtatvanyokOrarendOsszes]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetNyomtatvanyokOrarendOsszes]';
 | 
						|
 | 
						|
 | 
						|
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 [dev].[uspIntezmenyLetrehozas]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dev].[uspIntezmenyLetrehozas]';
 | 
						|
 | 
						|
 | 
						|
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_GetElozoOranHianyzottTanulok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetElozoOranHianyzottTanulok]';
 | 
						|
 | 
						|
 | 
						|
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_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_PedagogusNemBejegyzettOrai]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_PedagogusNemBejegyzettOrai]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_UpdateTantargyfelosztasVisszamenoleges]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_UpdateTantargyfelosztasVisszamenoleges]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetHaziFeladatokByDateRange]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetHaziFeladatokByDateRange]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetOsztalyokHaviHianyzasiOsszesitoje_honapra]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetOsztalyokHaviHianyzasiOsszesitoje_honapra]';
 | 
						|
 | 
						|
 | 
						|
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].[uspUpdateTanitasiOraOrarendiOraGroupIds]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspUpdateTanitasiOraOrarendiOraGroupIds]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_CsengetesiRendOrakTorles]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_CsengetesiRendOrakTorles]';
 | 
						|
 | 
						|
 | 
						|
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_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_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_GetDokumentumMulasztasok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetDokumentumMulasztasok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetElozoOraAdatai]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetElozoOraAdatai]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetFoglalkozasokMegtartandoOraSzama]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetFoglalkozasokMegtartandoOraSzama]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetHelyettesitesiNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetHelyettesitesiNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetNaplozasMulasztasList]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNaplozasMulasztasList]';
 | 
						|
 | 
						|
 | 
						|
--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_GetOralatogatasok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOralatogatasok]';
 | 
						|
 | 
						|
 | 
						|
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_Nyomtatvany_Excel_IdoszakiOsztalyokTantargyiStatisztika]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_IdoszakiOsztalyokTantargyiStatisztika]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_Nyomtatvany_Excel_IdoszakiTanuloStatisztika]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_Nyomtatvany_Excel_IdoszakiTanuloStatisztika]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetElozoOranHianyzottTanulo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetElozoOranHianyzottTanulo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetEvesOraszamForTantargyAndOsztaly]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetEvesOraszamForTantargyAndOsztaly]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetHaladasiNaploAdatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetHaladasiNaploAdatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetHianyzokEsJelenlevokSzama]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetHianyzokEsJelenlevokSzama]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetMulasztasiOsszesitoStatisztika]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetMulasztasiOsszesitoStatisztika]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetMulasztasokDatumNezetDataByOsztalyCsoportId]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetMulasztasokDatumNezetDataByOsztalyCsoportId]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetOraSorszamByOsztaly]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetOraSorszamByOsztaly]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspTantargyfelosztasImport]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspTantargyfelosztasImport]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetNapkozisCsoportTanuloinakHaviMulasztasiOsszesitoje]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetNapkozisCsoportTanuloinakHaviMulasztasiOsszesitoje]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_PedagogusNemBejegyzettOraiOsszes]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_PedagogusNemBejegyzettOraiOsszes]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetOsztalyokHaviHianyzasiOsszesitoje]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyokHaviHianyzasiOsszesitoje]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje_honapra]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje_honapra]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetUtkozes]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetUtkozes]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetOsztalyTanuloinakHaviMulasztasaiOsszesitoje]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[sp_GetSzakmaiGyNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[sp_GetSzakmaiGyNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetNapkozisNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetNapkozisNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetOsztalyNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetOsztalyNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTanoranKivuliNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTanoranKivuliNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetTorzslap]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetTorzslap]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetCsoportNaplo]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetCsoportNaplo]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetErtesitesAltEsMulAdatok]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetErtesitesAltEsMulAdatok]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspGetErtesitoNyomtatvany]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspGetErtesitoNyomtatvany]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Refreshing [dbo].[uspOrarendImport]...';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
EXECUTE sp_refreshsqlmodule N'[dbo].[uspOrarendImport]';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
PRINT N'Update complete.';
 | 
						|
 | 
						|
 | 
						|
GO
 | 
						|
 | 
						|
 | 
						|
EXEC dev.uspCreateSchemaViews 'T_INTEZMENYADATOK, T_TANITASIORA'
 | 
						|
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
 |