[gdal-dev] MSSQLSpatial Driver fails to bulk insert (n)varchar columns

2017-06-16 Thread Russ Sivak
We are trying to use ogr2ogr to load shapefiles into SQL Server. It works when we are not using bulk copy, but once we use a windows build with bulk copy, it's super fast, but inserts garbage characters into the varchar/nvarchar fields. The numeric and geometry fields seem to be fine. We are

[gdal-dev] MSSQLSpatial Driver fails to bulk insert (n)varchar columns

2017-06-16 Thread Russ Sivak
We are trying to use ogr2ogr to load shapefiles into SQL Server. It works when we are not using bulk copy, but once we use a windows build with bulk copy, it's super fast, but inserts garbage characters into the varchar/nvarchar fields. The numeric and geometry fields seem to be fine. We are

[gdal-dev] MSSQLSpatial Driver fails to bulk insert (n)varchar columns

2017-06-15 Thread Russ Sivak
We are trying to use ogr2ogr to load shapefiles into SQL Server. It works when we are not using bulk copy, but once we use a windows build with bulk copy, it's super fast, but inserts garbage characters into the varchar/nvarchar fields. The numeric and geometry fields seem to be fine. We are