I have a scheduled task that runs once a day that is supposed to load stats based on another table into it.
If I double click on it from the scheduled task it runs and inserts values into the table. If I just let it run from the scheduled task it updates the last ran date but it doesn't insert values into the table. What should I be looking for causing the different behaviors?

