Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Execute the RPT_MKT_SLATE_PINGS import script on the terminal server to update the table
    • Note: This replaces all data in the table with the new values
  • Execute the following procedure in SQL Management Server Studio:
Code Block
USE [cereports]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[a2_mkt_fix_slate_ping_categories]
SELECT 'Return Value' = @return_value
GO
Recruitment Event Imports (Slate Query: Slate_Recruitment_Events)

...