I have a points layer with X,Y fields, each time I add a point I should perform "calculate geometry" to calculate the coordinates of the new points.
Is there a way to handle this automatically via a spatial view in SQL Server using a certain geometry function?
Any help is appreciated!