Spatial not all there yet.
sqlprompt stops providing suggestions after this line of code, where @XYOrigin is a Geometry Type.
UPDATE @tWell SET EastingExaggerated = (@XYOrigin.STX + (@XYOrigin.STDistance(XY) / @VerticalExaggeration)) WHERE ListOrdinal <> 0
ifÂ
@XYOrigin.STX is changed to value (10) suggestions resume after this point. As one would expect.
Spatial still appears to be an issue with sqlprompt, getting better but still issues.
sqlprompt stops providing suggestions after this line of code, where @XYOrigin is a Geometry Type.
if @XYOrigin.STX is changed to value (10) suggestions resume after this point. As one would expect.
Spatial still appears to be an issue with sqlprompt, getting better but still issues.