Quantcast
Channel: SQL Server Spatial forum
Browsing latest articles
Browse All 364 View Live

SQL Server Support for GDA2020

We currently use a mix of MS SQL Server database versions to store a range of spatial data for a range of Queensland State Government departments.We are investigating migration to the new GDA2020...

View Article


Can I apply a spatial buffer (specific measurement) to a GEOMETRY field?

Quick question.... On a GEOMETRY type field, would I be able to apply a spatial buffer to the GEOMETRY field with a specific distance?  My requirements are that I would need to apply the distance in...

View Article


Image may be NSFW.
Clik here to view.

Meaningful statistics

Greetings,We have a number of spatial data-sets running on Oracle (two cores with 32 MB of RAM).The plan is to migrate to SQL Server 2012 (16 cores with 65, 491 MB RAM) but have a number of performance...

View Article

Convert LatLong to POLYGON / WKT Format

Hello, I do have a requirement to export the Metadata which has a Latitude / Longitude points from the table to a CSV file. But while I export them, they need to read it as a WKT format. How can we...

View Article

msg 6522. "No extended information available."

i use from sql server 2017and i want spatial joini have two table: point(500000) and polygon(500)when i use this query udate point-tableset localname=polygon.localname, countery=polygon.countery,...

View Article


how to Import latitude & Longitude data from excel to SQL server as geography...

hai to allhow to import latitude & Longitude data from excel to SQL server as geography column

View Article

Finding the distance between the origin and destination Zipcodes using SQL

Hi All,Hope you are doing well!....I am trying to find  the distance between the origin and the destination zip codes ..Can you please help me here...Please find the DDL below: create table #zip...

View Article

Need to Convert Geometry (Easting/ Northing / Height) to Long / Lat

Hi, I have a requirement to convert the Geometry (Easting/ Northing / Height) to Long / Lat using a SQL Server Function. Can this be achieved ? Any help would be really appreciated. Thanks Thank you......

View Article


Determine if geolocation falls within map boundary

HiI have a table of geolocation points and I want to determine if each of those points fall within an entire map boundary. That is made up of geolocation points in geoJson kind of format. to form a...

View Article


How to Convert Geometry points to Geography Lat Long

Hi Experts,I am bit new to deal with the spatial data and came across a situation of working with the following type of data which is in Geometry Points [Easting (Location/Map Coordinates) - 281909.99,...

View Article

CheckDB on Geography data

I've narrowed down a DBCC CheckDB issue to a set of tables with Geography data types.  These tables are 100s of millions of records.  The integrity checks on these tables are taking 30-40 hours to...

View Article

Need to Load the OSM (Open Street Map) data Nodes and Ways data for a region

Dear Experts, I have a requirement recently to generate an OSM(Open Street Map) database that contains Ways and Node data for our application to generate a Map route sequence for our application....

View Article

SQL Server Support for the new Australian GDA2020 Datum

We currently utilise SQL Server 2016 to store and manipulate masses of spatial data for our Local Government entity, and have found that SQL Server 2016 does not recognise the 'new' Australian spatial...

View Article


Querying all points within geography coordinates returns no data

Bing Maps is giving me bounding coordinates as opposite points on a box that looks like this:'34.763402330018245,-76.65003395080568,34.692861148846255,-76.86890220642091'In my SQL Query, I using that...

View Article

Is there a way to convert GEOMETRYCOLLECTION(LINESTING.., CIRCULARSTRING...),...

Thanks for your help.I asked a question in T-SQL group and got pointed to this group.Here are...

View Article


Area as it appears on a Bing map?

I'm trying to figure out areas in .Net. I've been using the SqlTypes.dll but, when it gets right down to the details, I'm not precisely sure what it is really calculating.To do my checking, I've been...

View Article

Is there a way to modify geometry object, for example offset LINESTRING...

HiThanks for any help-- this is vertical panel saw cut, on center of tool width DECLARE @GS varchar(8000) = 'LINESTRING(7.5 10,7.5 549.96)', @g geometry SET @g = geometry::Parse(@GS)-- this is tool...

View Article


STBuffer Question Newbie

HelloThis is the first time i have looked at creating a buffer from SQL so any help is welcomed.  I have seen that you can enter coordinates to create a point or line etc but i want to use the polygon...

View Article

STContains - tests failing for points INSIDE polygon

The full details regarding this question are posted on StackOverflow at:https://stackoverflow.com/questions/61734711/stcontains-tests-failing-for-points-inside-polygonI have also used SSMS to verify...

View Article

Spatial Index for geometry columns

Hi SQL server :2016R2 STDI am looking to  create Spatial Index. There are  things to clarify before create Spatial Index . I have few questions to follow on best practise  1. how to determine  Spatial...

View Article
Browsing latest articles
Browse All 364 View Live


Latest Images