Shape2SqlServer icon indicating copy to clipboard operation
Shape2SqlServer copied to clipboard

Easy and fast ESRI Shape file import to MS SQL Server

Shape2SqlServer Build status

Easy and fast shape file import to MS SQL Server

Viewer

Current release : V1.0 : https://github.com/xfischer/Shape2SqlServer/releases

Inspired from the great tool http://www.sharpgis.net/page/Shape2SQL by Morten Nielsen @dotMorten. This tool is great but Morten does not gives source code.

I have rewritten it. It features :

  • Bulk import (faster)
  • Reprojection
  • Support for geometry and geography
  • Spatial index creation

Depends on :

NuGet packages

  • GeoAPI
  • ProjNet
  • NetTopologySuite
  • NetTopologySuite.IO.GeoTools
  • NetTopologySuite.IO.MsSqlSpatial

Other components

  • Microsoft.Data.ConnectionUI
  • Microsoft.Data.ConnectionUI.Dialog