Suggestions stop working after line in code
01011010
Posts: 10 Bronze 2
Spatial not all there yet.
sqlprompt stops providing suggestions after this line of code, where @XYOrigin is a Geometry Type.
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.
UPDATE @tWell SET EastingExaggerated = (@XYOrigin.STX + (@XYOrigin.STDistance(XY) / @VerticalExaggeration)) WHERE ListOrdinal <> 0if @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.