Change the SQL Expression from "HOUSEHOLDS" > 500 toHOUSEHOLDS > 500The ADF current has problems with queries that have 2 double quote characters. This is also the case with the Search and Query task.Added by EGR on 6/12/08Alternatively, use an in-line variable to replace the SQL Expression input parameter with a String parameter, so the expression can remain "HOUSEHOLDS" = '%String%'