In SSIS I have the simple query OLE db source pulling from Azure SQL db and passing a date to a WHERE clause as:
with parameter:
It is at this step during execution that is hangs for 5+ min on the Pre-Execute phase is beginning
, even if the datetime value being passed would return ~100 records.
However, if I hardcode the date to say '2019-09-01' it will execute in seconds...
How can I change things to make this run in a reasonable amount of time?