<div dir="ltr">Hi Martin,<div><br></div><div>Try to check in the SQL profiler that the BCP was successfully enabled and not plain insert statements are executed. (ie. the BCP enabled plugin was loaded)</div><div>If BCP was enabled you might also try to load data on the server machine, so the network doesn't limit the bandwidth.</div><div><br></div><div>Otherwise we don't seem to have more options.</div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-10 19:18 GMT+02:00 Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I wonder how to speed up import to MSSQL. I have testing SQLite DB<br>
(~1GB) with 48 tables (overall number of records 11e6). I started with<br>
<br>
$ ogr2ogr -f MSSQLSpatial MSSQL:... test.db<br>
<br>
It took more than 3hours! Tested on Windows computer with SQL Server<br>
2012. I used SQL Server Native Client 11.0.<br>
<br>
So I tried to enable BCP (which should be enable anyway) and increased its size:<br>
<br>
$ ogr2ogr -f MSSQLSpatial MSSQL:... --config MSSQLSPATIAL_USE_BCP YES<br>
--config MSSQLSPATIAL_BCP_SIZE 10000 test.db<br>
<br>
No difference, more than 3 hours. Anything I could miss?  It's my<br>
first experience with MSSQL. Anything related to configuration or so?<br>
Thanks for pointers in advance! Martin<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/<wbr>Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/<wbr>landa</a><br>
______________________________<wbr>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/gdal-dev</a></font></span></blockquote></div><br></div>