Download presentation
Presentation is loading. Please wait.
Published byBrook Wells Modified over 9 years ago
2
Dr Greg Low (greg@greglow.com) Working with SQL Server Spatial Data DAT33 3
25
SELECT GEOMETRY::STGeomFromText ('POLYGON ((10 10, 10 20, 20 10, 10 10))',0);
31
CREATE TABLE CustomerLocations ( CustomerID INT PRIMARY KEY, Latitude FLOAT, Longitude FLOAT, Location AS GEOGRAPHY::Point(Latitude,Longitude,4326) PERSISTED );
48
CREATE SPATIAL INDEX IX_Shapes_Shape ON Shapes(Shape) USING GEOMETRY_GRID WITH (BOUNDING_BOX=(0,0,512,512), GRIDS =(LOW,LOW,LOW,LOW), CELLS_PER_OBJECT = 32);
55
Continue your Ignite learning path Visit Microsoft Virtual Academy for free online training visit https://www.microsoftvirtualacademy.com Visit Channel 9 to access a wide range of Microsoft training and event recordings https://channel9.msdn.com/ Head to the TechNet Eval Centre to download trials of the latest Microsoft products http://Microsoft.com/en-us/evalcenter/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.