I have a stored proc that i pas through multiple values to one parameter. In SSMS this works perfectly. From excel i have a range of ids that i put into one cell as csv's. If i put 21 ids this works perfectly, if i exceed 21 i receive the following error.
bad parameter type. microsoft excel is expecting....
In ssms ive passed up to 2000 id's, and returned what i expected. Any thoughts on why exceeding 21 values in excel would cause an error? Thanks.