Sensors and Systems
Breaking News
Kongsberg Discovery and Fugro consolidate partnership with Main Supplier agreement
Rating12345Kongsberg Discovery and Fugro have signed a new framework...
Advanced Navigation Secures $110M Series C to Catalyze the Next Era of Autonomous Systems
Rating12345United States, March 17th 2026 – Advanced Navigation, a global...
From Unboxing to Expertise: Flir Redefines the Professional Thermography Experience with New H1 2026 Performance Bundles
Rating12345Flir is transforming how professionals engage with thermal imaging...

March 16th, 2011
Simplifying Spatial Data

  • Rating12345

It has always been possible to work with geospatial data in SQL Server using built-in geometric and trigonometric functions such as SIN(), COS(), and ACOS(). However, SQL Server 2008’s spatial data types made complex spatial queries a lot more accessible to those of us who don’t remember what a cosine actually is. In this article, I will show you how to use these built-in functions within a user-defined function (UDF) to illustrate the traditional method of calculating distances between geographic points. Read More