Hi,
I have a Custom Query in the Workflow that only returns 4 rows. When I run the same query in SSMS I see 10 rows. The activity is setup to return All Rows. I have also tried setting it up anew in a new workflow.
The interesting thing is that if I use a parameter the query returns 4 rows, but if I set my WHERE condition with the exact value then it returns the expected 10 rows.
Any suggestions on what could be the problem?