I migrated my databases to a new SQL server successfully. I am now recreating the SQL jobs per article 2006097. All worked except for the following:
job_dbm_performance_data_mssql.sql
job_topn_past_day_mssql.sql
job_topn_past_month_mssql.sql
job_topn_past_week_mssql.sql
job_topn_past_year_mssql.sql
I am getting error:
Msg 208, Level 16, State 1, Line 36 (lines very depending on the job)
Invalid object name 'vpx_job_log'.
Thoughts?