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
Try BCP. I'm fairly new to the Microsoft landscape too, but found using BCP really helped with efficiency on loading.
I will try bcp. Somehow, i was convinced I had to have access to the machine running the sql server to use it, but from the doca i see i can specify a remote host.. Will report back! EDIT: I can't install bcp because it is only distributed with SQLServer itself, and I cannot install it on my corporate laptop.
No, it's a standalone utility that you can download and install separate from SQL Server. It just adds BCP.exe to your command line.
Docs
Look for the link that says "Download Microsoft Command Line Utilities 15 for SQL Server (x64)".