Is there a limit to the number of parameters that can be added to an sp_executesql statement?
(2100 for procs & function)
I can see from bol that the size of the string is limited only by available database server memory (we are not using 64bit technology). We have a persistance layer which is passing encreasing numbers of parameters to sql 2005 database.
Many thanks in advance of your help.
Ian