Troubleshooting - MFuglsang/Q-ETL GitHub Wiki

MSSQL writer

The MSSQL writer is based on OGR2OGR, and the options that it provides. Furthermore, the MSSQL usage in OGR2OGR requires a driver to function - and there are several options:

  • SQL Server
  • ODBC Driver 11 for SQL Server

The driver in the writer defaults to 'SQL Server' if the driver parameter is not set. To overwrite with an alternative driver, put the name of the driver in the driver parameter.

The parameter ogr2ogr_parameters can be used to add additional OGR2OGR parameters to the writer. For a full list of available OGR2OGR commands, see the documentation from GDAL.