Hi all,
I've run into a problem with a multivalue string parameter that feeds to a stored proc via SSRS 2005 in that if I choose All from the drop down then I only get partial results (up to letter G ). I have calculated the length of the parameters to be about 1750 characters plus commas. If I feed the stored proc the full list from the param dropdown in SQL EM then I get the full set of results.
My questions are
1, Have I read the problem correctly ?
2, Is there a max length to a string parameter even if set to multivalue?
3, How can I get around this limitation.
TIA
Will
I've run into a problem with a multivalue string parameter that feeds to a stored proc via SSRS 2005 in that if I choose All from the drop down then I only get partial results (up to letter G ). I have calculated the length of the parameters to be about 1750 characters plus commas. If I feed the stored proc the full list from the param dropdown in SQL EM then I get the full set of results.
My questions are
1, Have I read the problem correctly ?
2, Is there a max length to a string parameter even if set to multivalue?
3, How can I get around this limitation.
TIA
Will