[gdal-dev] Re: OGR2OGR and SQL Spatial

2011-11-16 Thread Fred Jones
Hi Sig, This is the command I have so far. When I execute it, I just get the help returned, no error and no table created: ogr2ogr -overwrite -s_srs EPSG:32100 -t_srs EPSG:4326 -f MSSQL:server=ELMER;database=CENSUS_2010;trusted_connection=yes

Re: [gdal-dev] Re: OGR2OGR and SQL Spatial

2011-11-16 Thread Eli Adam
Fred, You may need to use -f with the Code from this page: http://gdal.org/ogr/ogr_formats.html (-f MSSQLSpatial) HTH, Eli On Wed, Nov 16, 2011 at 4:21 PM, Fred Jones fredjo...@gmail.com wrote: Hi Sig, This is the command I have so far. When I execute it, I just get the help