I'm receiving the TDS RPC error that the rpc request exceeds 2100 parameters on a stored procedure call. However, i'm only showing 2042 parameters in the query when I run the SQL Profiler and I'm able to run the stored procedure with the query from the profiler without issue. However, the web application is still throwing that error.
Is the actual limit less than 2100 or are there different variables that count towards the parameter limit?