Spatial, Geography and Geometry, oh my! – Part 2: Spatial Data (continued)
Last week, we started the Spatial Analysis series with an overview of the two-dimensional aspects of geometry. Today, we’ll look into coordinate systems, which include both two- and three-dimensional mapping.
Read more…
Spatial, Geography, and Geometry. Oh my! – Geospatial Data Part 1
Geography and Geometry. Gives me flashbacks to high school. Though those would lead to interesting stories, today we’re here to discuss Spatial within SQL Server. There are a lot of different uses for spatial, but it all boils down to the ability to represent SQL Server data on a map, either 3D or 2D. Shall we begin? Read more…
Triggers – Save yourself the extra coding and time with automation
Triggers are an often overlooked feature of SQL Server that can automate a LOT of tasks, such as auto-update an activity flag, or auto-insert new rows based on a new row in a different table. Instead of being required to code 100 lines of code to add a new row to a table and update all dependent tables, a trigger can be set to execute on an Update, Insert, or Delete (DML Trigger), Create, Alter, Drop, Grant, Deny, Revoke (DDL Trigger), or even upon login (Login Trigger). Today, we’ll cover the three different types and how they can be used to automate your database tasks. Read more…







