Azzera filtri
Azzera filtri

sqlwrite: INSERT statement exceeds the maximum allowed number of 1000 row values..

32 visualizzazioni (ultimi 30 giorni)
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 Commenti
Rik
Rik il 25 Ott 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?

Accedi per commentare.

Risposte (1)

Harsh Sanghai
Harsh Sanghai il 28 Ott 2022
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:

Prodotti


Release

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by