Jeremy,
This seems to be a reasonable requirement. You should create a ticket for
this issue at:
http://trac.osgeo.org/gdal/newticket
Best regards,
Tamas
2012/1/12 Jeremy Palmer
> Hi,
>
> I'm trying to load a CSV file into an existing MSSQL 2008 table using
> ogr2ogr:
>
> ogr2ogr -preserve_
Hi,
I'm trying to load a CSV file into an existing MSSQL 2008 table using ogr2ogr:
ogr2ogr -preserve_fid --debug on -append -skip
failures -f MSSQLSpatial "MSSQL:server=\SQL_SERVER_2008;Integrated
Security=true;database=;tables=test_csv_table_1(shape)" test1.vrt -nln
test_csv
_table_1 -