<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is this a bug? GCS NAD 83 in SQL Geography Fails....10.2.2: New feature? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182299#M10285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using many, numerous SQL checks and validation tools, there are no issues in the data having LAT outside of -90/90 degrees&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial;"&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;OBJECTID&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; &lt;BR /&gt;&amp;nbsp; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STPointN&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Lat &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; Lattitude&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;&lt;BR /&gt;&amp;nbsp; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STPointN&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Long &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; Longitude&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; dbo&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STATES &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; num_seq &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n &lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STNumPoints&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;ORDER&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;BY&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STPointN&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Lat&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;Shows all LAT falling well inside -90/90 . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;In addition, SSMS and Arc Catalog seem to handle this data nicely. I can use the data in numerous SQL expressions and no errors occur. Only when displayed in Arc Map does the error occur, which leads me to suspect that this is an issue with the Arc Map translation of the SQL Geography Type? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 19:13:28 GMT</pubDate>
    <dc:creator>ThomasColson</dc:creator>
    <dc:date>2014-10-13T19:13:28Z</dc:date>
    <item>
      <title>Is this a bug? GCS NAD 83 in SQL Geography Fails....10.2.2: New feature?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182295#M10281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting invalid LAT ranges when using ANY data in Arc SDE, Geography Data Type. Perhaps this is ignorance? To reproduce: &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create, in Arc SDE 10.2.2, any SQL version, a polygon feature class with GCS NAD 83 as the coordinate system, Geography as the spatial/storage type. &lt;/LI&gt;&lt;LI&gt;Load &lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=f7f805eb65eb4ab787a0a3e1116ca7e5" rel="nofollow" target="_blank"&gt;ESRI US States Shapefile &lt;/A&gt;into the Feature Class using the Arc Catalog "Load" tool;&lt;/LI&gt;&lt;LI&gt;Observe how the States can be previewed in the Arc Catalog preview dialogue;&lt;/LI&gt;&lt;LI&gt;In SSMS, query the table and select "Spatial Results". Note how SSMS shows the US States;&lt;OL&gt;&lt;LI&gt;If there was invalid geography, SSMS WOULD NOT show the states!&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/legacyfs/online/20795_states.PNG"&gt;&lt;IMG alt="states.PNG" class="image-1 jive-image" height="267" src="https://community.esri.com/legacyfs/online/20795_states.PNG" style="width: 620px; height: 180px;" width="918" /&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add the same data to Arc Map;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/legacyfs/online/20796_states2.PNG"&gt;&lt;IMG alt="states2.PNG" class="image-2 jive-image" height="284" src="https://community.esri.com/legacyfs/online/20796_states2.PNG" style="height: auto;" width="397" /&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;I've tried every sql geography validator there is, and this data passes.&amp;nbsp; There are no latitude values that fall between -90 and 90. Nor are there null latitude values in these data. &lt;/LI&gt;&lt;LI&gt;Tried on numerous computers with SQL native client 10 or 11, same error;&lt;/LI&gt;&lt;LI&gt;Same error on SQL 2008 R2 or 2012 SP2&lt;/LI&gt;&lt;LI&gt;It seems like ArcMap is pivoting the lat/lon translation? How is this possible?&lt;/LI&gt;&lt;/OL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either this is a new "feature" of 10.2.2 or I celebrated Columbus Day way to hard and I'm missing something obnoxiously obvious. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 17:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182295#M10281</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2014-10-13T17:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug? GCS NAD 83 in SQL Geography Fails....10.2.2: New feature?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182296#M10282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just recovering from Canadian Thanksgiving...so my answer may be off...Is there the slightest chance that longitude and latitude are somehow being switched?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 18:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182296#M10282</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-10-13T18:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug? GCS NAD 83 in SQL Geography Fails....10.2.2: New feature?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182297#M10283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDk2MTI2" title="http://support.esri.com/en/bugs/nimbus/TklNMDk2MTI2"&gt;NIM096126 - SQL Server Geography data may not display correctl..&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the error observed, you &lt;STRONG&gt;seem&lt;/STRONG&gt; to be hitting the above Bug, which has been fixed at 10.3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182297#M10283</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-10-13T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug? GCS NAD 83 in SQL Geography Fails....10.2.2: New feature?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182298#M10284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on another post you answered, that was the first thing I checked, and is not the case. Recalculating the extent, or defining a custom extent, does not remove the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182298#M10284</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2014-10-13T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug? GCS NAD 83 in SQL Geography Fails....10.2.2: New feature?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182299#M10285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using many, numerous SQL checks and validation tools, there are no issues in the data having LAT outside of -90/90 degrees&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial;"&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;OBJECTID&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; &lt;BR /&gt;&amp;nbsp; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STPointN&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Lat &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; Lattitude&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;&lt;BR /&gt;&amp;nbsp; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STPointN&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Long &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; Longitude&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; dbo&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STATES &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; num_seq &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n &lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STNumPoints&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;ORDER&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b; background: transparent;"&gt;BY&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; a&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;SHAPE&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;STPointN&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Lat&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt; b&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;Shows all LAT falling well inside -90/90 . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;In addition, SSMS and Arc Catalog seem to handle this data nicely. I can use the data in numerous SQL expressions and no errors occur. Only when displayed in Arc Map does the error occur, which leads me to suspect that this is an issue with the Arc Map translation of the SQL Geography Type? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-this-a-bug-gcs-nad-83-in-sql-geography-fails-10/m-p/182299#M10285</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2014-10-13T19:13:28Z</dc:date>
    </item>
  </channel>
</rss>

