14
Anyone having acceptable performance with SQL Server + odbc?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Looping single inserts over an open connection is far far slower than a bulk insert because every row is another transaction.
Only thing it’s faster than is if you opened and closed a connection for each row.