sqlwrite: INSERT statement exceeds the maximum allowed number of 1000 row values..
Afficher commentaires plus anciens
Hi,
I have been using sqlwrite with no problem until upgrading to 2022b. I got below error when using sqlwrite function
number of row value expressions in the INSERT statement exceeds the maximum allowed number of 1000 row values..
Did Matlab change the behavior of sqlwrite? How can i resolve this issue?
4 commentaires
Rik
le 22 Oct 2022
Are you indeed inserting more than 1000 rows in one statement?
Polsak Tothong
le 24 Oct 2022
Rik
le 25 Oct 2022
I can't find anything in the release notes, but the documentation does warn that "The Microsoft® Access™ ODBC driver demonstrates unexpected behavior during large inserts. When you insert a large amount of data with Microsoft Access, insert the data in batches. For example, if you want to insert 100,000 rows of data, insert 10,000 rows at a time."
I hardly ever work with databases, so I'm not entirely sure I can help you, but which version did you use previously?
Harsh Sanghai
le 28 Oct 2022
The error looks like it comes from SQL (see here https://dba.stackexchange.com/questions/82921/the-number-of-row-value-expressions-in-the-insert-statement-exceeds-the-maximum) .
Réponses (1)
Harsh Sanghai
le 28 Oct 2022
0 votes
As per my understanding it is a limitation of SQL Server, which they have in place to reduce compilation times.
Refer to the following link that explains the limitation and ways you can insert over 1000 rows while avoiding the message:
Catégories
En savoir plus sur Database Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!