OVERVIEW:
- Generate Summary Tables – “Maintenance Version”
PROCESS:
- Insert a new ‘fm.Summary_Version’ entry with ‘is_live’ = False
insert into fm.summary_version (version, Last_updated, is_live, Note) values ('',getdate(), 0, ''); - Update config ‘fm.summary.DbVersion’.
update config set value = '', note = '', updated = getdate() where component = 'fm.summary';
- Generate Summary Tables
exec fm.usp_update_Summary_Historical_All;
- Copy to both prod01 and gsi.myersmediagroup.com:
use global_swxl; exec [dbo].[usp_global_summary_update_all] @site_id = ?;
“expedia-th-en” completed.
“expedia-th-th” completed.
“lastminute-au” completed.
“expedia-sg” completed.
“expedia-us” completed.
“expedia-aago-my” completed.