This commit is contained in:
2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View File

@@ -0,0 +1 @@
DISABLE TRIGGER ALL ON T_TANULOCSOPORT

View File

@@ -0,0 +1 @@
ENABLE TRIGGER tr_tanulocsoportLog ON T_TANULOCSOPORT

View File

@@ -0,0 +1,13 @@
UPDATE
tcs
SET
tcs.C_KILEPESDATUM = '20170831 23:59:00'
FROM
T_TANULOCSOPORT tcs
INNER JOIN
T_TANEV tanev ON tanev.C_INTEZMENYID = tcs.C_INTEZMENYID AND tanev.ID = tcs.C_TANEVID
WHERE
tcs.TOROLT = 'F'
AND tanev.TOROLT = 'F'
AND tcs.C_KILEPESDATUM = tanev.C_UTOLSOTANITASINAP
AND tcs.LASTCHANGED > DATEADD(week,-3,GETDATE())