...
After the ETL process has completed between 6-7am on Tuesdays, execute the following procedure in SQL Server Management Studio before 11am when the Power BI report is refreshed:
Code Block |
---|
USE [cereports] GO DECLARE @return_value int EXEC @return_value = [dbo].[a2_mkt_unified_build] SELECT 'Return Value' = @return_value GO |
...