Skip to content

Max parameters exceeded for SQL Server #55

@techyian

Description

@techyian

ReportViewer.NET uses Dapper and uses parameterised queries. When a user passes more than 2100 items in a report to an IN query, it'll fail as SQL Server's max number of allowed parameters is 2100.

Do we:

a) Check passed list against available options and pass that directly to the SQL query, avoiding parameterising.
b) Keep as is and see this as a difference to what the native MS Report Viewer does

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions