Files
VSC/SQL/MIG REPORT DEV TO LIVE.SQL
claudio 368d6fafea Issue
Code backup
2026-05-10 16:59:01 +02:00

5 lines
201 B
SQL

--SET REC ID TO CORRISPETIVE REPORTO TO MIG
update db_PalPortalServices.dbo.ReportTemplate
set Report = (select Report from db_PalPortalServices_DEV.dbo.ReportTemplate where RecId = 0)
where RecId = 0