New Post: How to display shapefiles in a web application from mssql 2008
I'm using mssql 2008 and the sqlspatialtools to export my shapefiles into my database...
View ArticleNew Post: Import shape file fais
C:\Program Files\Microsoft SQL Server\90\Tools\MsSqlSpatial>msscmd -server=esri-client4 -db=db_gis -table=AgriculturalMineralsOperations -import=shp -shp="C:\HSIP_GOLD2005\HSIP Gold...
View ArticleNew Post: How to display shapefiles in a web application from sql server 2008...
Hi, did you solve it ? Thanks a lot!
View ArticleNew Post: How to display shapefiles in a web application from sql server 2008...
Hi!Check your uploadad shape file format.- Your geometry column is a geometry type column not a geography,- all the records are valid geometry //UPDATE your_table_name SET geom = geom.MakeValid()- do...
View ArticleNew Post: Does MsSQLSaptial support to import shp remotely?
Hi,EveryOne: I want to import my shp into another Pc in my LAN. Does it support now? if can,How? And I import my shp into SQLServer2005 installed in my PC,I found the information of srid missing....
View ArticleNew Post: RelateQuery and Intersects got different results?
HI,Everyone: I want to do insection search on my shp. I used RelateQuery“SELECT ST_t.*FROM [ST].[RelateQuery]('AnGeoPolygon', 'the_geom', [ST].[PointFromText]('Point(5 5)',4326), 'Intersects') AS...
View ArticleSource code checked in, #99885
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View Article