yehoshuadimarsky / bcpandas

High-level wrapper around BCP for high performance data transfers between pandas and SQL Server. No knowledge of BCP required!!
MIT License
125 stars 43 forks source link

Packet size option #187

Open prhc0612 opened 6 months ago

prhc0612 commented 6 months ago

Hi there, Is there a way to pass through the "-a", aka packet_size option that BCP supports please?

gordthompson commented 3 months ago

You could create a shell script that includes the -a option and set bcp_path= to use it, similar to the approach here:

https://github.com/yehoshuadimarsky/bcpandas/issues/126#issuecomment-1692292862