I have a large data import into a data warehouse and every now and then due to network issues, the data is a little late. I am loading a control table with a date when the import completes.
Is there a way for either a data driven subscription to query the control table before running or having a stored procedure call the subscription? I can't find the name of the job in MSBD, all jobs from SSRS are GUID, not english :(
TIA,
Joe