Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: SQL 2008 R2 Geometry Question

    Got it working once I knew that it wasn't the syntax on the query itself. It was the SRID.

    I had tried numerous SRIDs with no success, but discovered that...

  • RE: SQL 2008 R2 Geometry Question

    You're right, that does work. Hmm. That makes me think then that creating the table and/or populating it via the ESRI tools may be the problem (or it's...

  • RE: SQL 2008 R2 Geometry Question

    David Webb-200187 (1/31/2013)


    Wouldn't it be the normal:

    SELECT @h = Shape FROM GIS_VECTOR.GIS.Box

    You'd think that would work, but it doesn't.

    EDIT: Just to clarify. SQL does not object to the syntax,...

Viewing 3 posts - 1 through 4 (of 4 total)