System.Data.SqlClient.SqlException (0x80131904): The incoming request has too many parameters. The server supports a maximum of 2100 parameters. Reduce the number of parameters and resend the request. #2986
Answered
by
oskarb
robertovaldesperez
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, and the exception is telling you that this is a limitation in
SQL Server and what to do about it (i.e. reduce the number of parameters).
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
oskarb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When making a query that exceeds 2100 parameters, it gives me an error
Beta Was this translation helpful? Give feedback.
All reactions