Your Data Any Place, Any Time Delivering Location Intelligence with Spatial Data.

Slides:



Advertisements
Similar presentations
INTERNATIONAL INSTITUTE FOR GEO-INFORMATION SCIENCE AND EARTH OBSERVATION Towards quality-aware Infrastructures for Geographic Information Services Richard.
Advertisements

Module 19 Working with SQL Server® 2008 R2 Spatial Data.
Hope Foley Perpetual Technologies SQL Saturday #51 - Nashville.
Nov Copyright Galdos Systems Inc. November 2001 Geography Markup Language Enabling the Geo-spatial Web.
Unlock Your Data Rich connectivity Robust data integration Enterprise-class manageability Deliver Relevant Information Intuitive design environment.
Nov Copyright Galdos Systems Inc. November 2001 Impact of GML on Data Development.
05 | Building 3D Visualizations using Power Map. Data & Analytics Self-service BI with the familiarity of Office and the power of the cloud.
Optimised Desktop Paul Butterworth Enterprise Technology Strategist Microsoft Corporation.
SQL Server 2005 CLR Integration ADO.NET 2.0 Mike Taulty
Design & Development Tools: Visual Studio 2005 SQL Server 2005 Biztalk Server 2006 David Gristwood, Mike Taulty Developer & Platform Group Microsoft Ltd.
Navision Business Analytics Joyce Leung, Partner Technology Specialist.
Chapter Five Using Geographic Information Systems for Marketing Research.
Jeremy Boyd Director – Mindscape MSDN Regional Director
Graeme Scott – Technology Solution Professional Reduce Infrastructure Costs & Increase Productivity with SQL Server 2008.
If you have SQL Server 2005, you get all the features below plus the following: If you have SQL Server 2000, you get all the features below plus.
SQL Server ® 2008 ® Native Client. Agenda  Introduction to SQL Server Native Client  Building High-Performance Data Access Solutions  Going Beyond.
Introduction to Big Data and Hadoop Name Title Microsoft Corporation.
Overview SQL Server 2008 Overview Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP, MCTS Microsoft Web Development MCP ITIL.
Mobile Mapping Systems (MMS) for infrastructural monitoring and mapping are becoming more prevalent as the availability and affordability of solutions.
Microsoft SQL Server 2008 Reporting Services. Complete and integrated Based on Microsoft Office Enterprise grade Affordable Improving organizations by.
 Dave Campbell Technical Fellow Microsoft Corporation BB15.
IBM Informix 2010 © 2010 IBM Corporation Vehicle Tracking System Vaibhav S Dantale Prasanna A Mathada Prepared on: Nov 9, 2010 Last Updated : Jan 19, 2011.
OFC304 Excel 2003 Overview: XML Support Joseph Chirilov Program Manager.
SQL Server 2008 Spatial Summary 2 Spatial Data Types (CLR UDT) Comprehensive set of Spatial Methods High Performance Spatial Indexes Spatial Library Sink/Builder.
MBL393 Location Aware Devices Chung Webster Application Development Consultant.
Taking Microsoft SQL Server into the World of Spatial Data Management Milan Stojic, Michael Rys Program Managers
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
Marko Tintor Danica Porobić Microsoft Development Center Serbia.
Cameron Smith, GIS Manager.  Introductions A Geographic Information System or GIS is a computer system that allows you to map, model, query, and analyze.
Spatial ETL 1 April 2006 v Spatial ETL Bringing the Power of Location to Applications.
The OpenGIS Consortium Geog 516 Presentation #2 Rueben Schulz March 2004.
Virtual techdays INDIA │ august 2010 Developing with SQL Server Spatial & Deep Dive into Spatial Indexing Pinal Dave │ Mentor, Solid Quality Mentors.
Taking Microsoft SQL Server into the World of Spatial Data Management Michael Rys Principal Program Manager Microsoft DBI324.
The Last Mile: Delivering the Facts – Client Side Analysis.
New Features in SQL Server 2008 Vu Tuyet Trinh Hanoi University of Technology.
MD : ATIKUL ISLAM JUNIOR INSTRACTOR DEPT. OF. CIVIL SUB: surveying3 SUB CODE : 6452 MOB:
Microsoft Sync Framework Content flow for the enterprise.
Data Types Lesson 4. Skills Matrix Table A table stores your data. Tables are relational in that they are organized as rows and columns (a matrix). Each.
LegendCorp What is System Center Virtual Machine Manager (SCVMM)? SCVMM at a glance Features and Benefits Components / Topology /
John Pickford IBM H11 Wednesday, October 4, :30. – 14:30. Platform: Informix Practical Applications of IDS Extensibility (Part 2 of 2)
Distributed Data Analysis & Dissemination System (D-DADS ) Special Interest Group on Data Integration June 2000.
Hosting Websites and Web Applications with Microsoft ® SQL Server ® 2008.
Your Data Any Place, Any Time Beyond Relational. Overview of Beyond Relational Applications Today Beyond Relational Feature Overview Whirlwind Feature.
OGC Web Services with complex data Stephen Pascoe How OGC Web Services relate to GML Application Schema.
1 Enterprise Open Source Kit SharePoint PLM download available on Microsoft CodePlex
GLOBES & PROJECTIONS How does geography help us interpret the past, understand the present, and plan for the future?
Get Familiar with Spatial Data. Slava Murygin – SQL SlavaSQL.BlogSpot.com.
Comprehensive Flexible Global Storage and Search Responsive Available Secure Manageable Federation Coordination Consolidation Transformation Synchronization.
DAT319 - Building Location-Aware Applications in SQL Server 2008: Introducing the Spatial Data Type Michael Rys Principal Program Manager SQL Server Engine,
Data Platform and Analytics Foundational Training
Get Familiar with Spatial Data
Fast Track to SPATIAL Reporting!
Data Platform and Analytics Foundational Training
Presenter Date | Location
5/26/ :35 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Data Platform and Analytics Foundational Training
Navision Business Analytics
Presenter Date | Location
Cloud Database Based on SQL Server 2012 Technologies
Spatial Data Types And Indexing SQL Server 2008
Microsoft SQL Server 2008 Reporting Services
GEOCODING Creates map features from addresses or place-names.
Microsoft Connect /24/ :05 AM
Michael Tejedor | Sr. Product Marketing Manager
Language Integrated Query (LINQ)
Microsoft Connect /17/2019 9:55 PM
OGC GeoPackage Format A Container to support the integration of Statistical and Geospatial Data Marcus Blake Assistant Director, Geospatial Solutions Australian.
6/22/2019 2:20 PM © 2006 Microsoft Corporation. All rights reserved.
Mark Quirk Head of Technology Developer & Platform Group
Dynamics 365 Customer Insights
Presentation transcript:

Your Data Any Place, Any Time Delivering Location Intelligence with Spatial Data

The Business Opportunity Increased user- sophistication More data sources More kinds of data Integrated systems and mash-ups Ubiquitous geographical technology GPS Online mapping services Availability of geographical data

Spatial Data Scenarios Customer-base management and development Environmental- related data impact, analysis, and planning Financial and economic analysis in communities Government-based planning and development analysis Market segmentation and analysis Scientific research study design and analysis Real-estate development and analysis

Introduction to SQL Server Spatial Deliver Location-aware Intelligence Comprehensive Spatial SupportHigh Performance Spatial CapabilitiesGeospatial Application Extensibility

Comprehensive Spatial Support Spatial Data Types geography data type Geodetic (“Round Earth”) geospatial model Define points, lines, and areas with longitude and latitude Account for planetary curvature and obtain accurate “great circle” distances geometry data type Planar (“Flat Earth”) geospatial model Define points, lines, and areas with coordinates Use for localized areas or non-projected surfaces such as interior spaces

Comprehensive Spatial Support Performing Spatial Operations  Both types provide static and instance methods  Calculate distances, find intersections, etc. SELECT StreetName FROM Streets WHERE = 1 Find streets that intersect the Microsoft campus

High Performance Spatial Capabilities Native Spatial Support geometry and geography are CLR Types Increased maximum size in SQL Server 2008 enables highly complex spatial data elements Integrate spatial data with other business data No need for a dedicated data store

High Performance Spatial Capabilities Spatial Indexing  Spatial indexing is built into the query engine  Grid-based quad-tree index structure  Query optimizer determines cost-based query plans

Application Extensibility Standard Format Support Sourcing geographical data Industry-standard formats for import/export Well Known Text (WKT)Well Known Text (WKT) Well Known Binary (WKB)Well Known Binary (WKB) Geographic Markup Language (GML)Geographic Markup Language (GML) Integration with GIS and geospatial data solutions

Application Extensibility Data Programmability Consume spatial data through ADO.NET Call spatial data type methods from.NET code Integrate with external location-aware applications such as Virtual Earth

Application Extensibility Spatial Integration – Example Virtual Earth  Query: Zip codes and Restaurants  Results: Density by color  Benefit: Quickly gain insight

Conclusion geometry and geography data types Methods for spatial operations Take advantage of comprehensive spatial support Store spatial data with business data Spatial indexing Build high performance spatial solutions Industry-standards compatibility Comprehensive programmatic library Extend and integrate geospatial applications

© 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.