The following TSQL will spatially enable a SQL Server Table called T1RainbowTable when it has two Fields called East and North with UK National Grid References.
UPDATE T1RainbowTable SET Coordinates=geometry::Point([East],[North],27700)
Technical ramblings | Mark Brooks
The following TSQL will spatially enable a SQL Server Table called T1RainbowTable when it has two Fields called East and North with UK National Grid References.
UPDATE T1RainbowTable SET Coordinates=geometry::Point([East],[North],27700)