Skip to content

Limit on inserts 1000 error in sql server #21

@maximnl

Description

@maximnl

Sql server limits number of rows that can be inserted in a single insert to 1000 rows

solution
enclose the value block into

SELECT * FROM (
VALUES
(...),
(...)
) as TEMP (col1 ,col2,col3...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions