sql - Geometry in Derived Column SSIS -


i have spatial file (*.shp) 30 million records reading using ssis , has column point(lat,long).

while reading file want convert column(point) geometry using stgeomfromtext. can't use function in derived column or script have update column using below sql.

update table set mygeom_column = geometry:stgeomfromtext(point,0); 

is there way can directly convert column geometry while reading? or use function in derived column convert geometry?

ssis (up 2012) not support geometry. please vote feature here:

https://connect.microsoft.com/sqlserver/feedback/details/729618/sql-server-2012-integration-services-still-doesnt-support-spatial-datatypes-in-the-data-flow


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -