If you save a queries that contains parameterized values, whatever values are set for those parameters will be used by default when that query is executed in the future. Unfortunately, this only works when the queries are run by hand, and not when the queries are automatically run via the scheduler. We'd like to extend this default parameter support to automatically scheduled queries.
If you save a queries that contains parameterized values, whatever values are set for those parameters will be used by default when that query is executed in the future. Unfortunately, this only works when the queries are run by hand, and not when the queries are automatically run via the scheduler. We'd like to extend this default parameter support to automatically scheduled queries.