using QGIS, i've loaded up some administrative boundary data of New Zealand. I wish to now import this vector data from QGIS into my Sql Server 2012.
Is there any way to do this with QGIS 1.8.0-Lisboa?
using QGIS, i've loaded up some administrative boundary data of New Zealand. I wish to now import this vector data from QGIS into my Sql Server 2012.
Is there any way to do this with QGIS 1.8.0-Lisboa?
I don't know if you can do it directly with QGIS but Shape2SQL ( free standalone tool ) can do it for you.

You can also import shapefiles to SQL Server using ogr2ogr. A sample command is:
ogr2ogr -overwrite -f MSSQLSpatial "MSSQL:server=.\MSSQLSERVER2008;database=spatial;trusted_connection=yes" "your_shapefile.shp"