One last favor Vince and I should be good to go.
Is there a way to see how the Query String is put together prior to being passed?
I have one Query Parameter and if I select it and add it for the report I am catching this error.
Code:
{"Incorrect syntax near the keyword 'WHERE'."}
I would like to see what the combined SQL query looks like. Is it possible to do that?
The whereClause being passed contains this string
Code:
" WHERE convert(varchar, AETransfer.RequestDate, 101) = '10/09/2009'"