<?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: SQL Server Native Types Pros and Cons in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59362#M3382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;If you have no intention of doing spatial queries outside of ArcGIS, then the only reason&lt;BR /&gt;to use native types would be performance, which is pretty easy to evaluate in a prototype&lt;BR /&gt;during development. &lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on this statement, is it fair to say that the native SQL Server geometry type should be faster than SDEBINARY? That was the answer I got from ESRI Tech Support and it makes sense to me since there is no join required to the F_ table. However, we are testing migrating over our dense vector layers from SDEBINARY to GEOMETRY and my performance testing has yielded mixed results. In one case, using SDEBINARY is clearly faster than GEOMETRY. (I've looked at the showplan output and confirmed that the spatial index is getting used in the case of the GEOMETRY feature class so I don't think we're hitting the bug mentioned in this thread.) Now I'm wondering if our understanding that the native SQL Server geometry type is going to yield better performance isn't necessarily true. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shira&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 14:19:09 GMT</pubDate>
    <dc:creator>ShiraBezalel</dc:creator>
    <dc:date>2012-02-17T14:19:09Z</dc:date>
    <item>
      <title>SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59355#M3375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to search for good articles from Esri about this but couldn't find it. I need to know the advantages and disadvantages of this and how to enable it properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to know if by having it enabled I can perform standard queries against it and whether it supports a versioned environment with archiving and other features. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any good place to search for this info?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;José&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 04:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59355#M3375</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2011-07-04T04:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59356#M3376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS are you using?&amp;nbsp; The documentation has plenty of content at 9.3.1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and 10.0, which is roughly where support was introduced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be unusual for Esri to publish "pros and cons" since the definition of each is subject&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to unique interpretation. A search of these forums on "SQL Server geometry geography" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;brings up a number of real-world issues to consider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 18:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59356#M3376</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-07-04T18:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59357#M3377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for replying. I am using ArcGIS 10. The documentation is very rich on content about the QueryLayer but it does not provide much details about the capabilities of the Native Types within the Esri GIS software. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the end I still do not know, by reading the Esri documentation, if this is better or worst than using the SDE binaries or other approach. The only thing I know is that Esri supports it. This does not provide much guidance or help on this subject as you might understand. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Esri had already some general testings and some recommendations of when to use it and why, it would be helpful for the users as I would avoid having to perform these testings by myself and having to discover the issues that can be derived from the choice of using Native Types.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance, in your opinion, if you had to create a basic web site with data that is versioned (10 layers), using Geometric Networks and just with read-only capabilities would you choose SDE binaries or Natives Types?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;José&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 21:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59357#M3377</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2011-07-04T21:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59358#M3378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not the role of Esri documentation to tell how to use native geometry types, just how &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;they integrate with Esri applications.&amp;nbsp; Since the potential of Spatial Types and Functions &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is near infinite, it's not really possible for even the database vendors to document the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;possibilities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri maintains a vendor-neutral stance.&amp;nbsp; They partner with all the database vendors, and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;really can't delve into "better or worse" evaluations without compromising that neutrality&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(and/or the terms of the partner agreements).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason customers should evaluate for themselves is simple:&amp;nbsp; Every deployment is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;different.&amp;nbsp; If an evaluation requires 13 pages of footnotes for 4 pages of content, and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is not indicative of performance elsewhere, why publish it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally speaking, the reason to use native types is to expliot them with non-Esri clients.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have no intention of doing spatial queries outside of ArcGIS, then the only reason&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to use native types would be performance, which is pretty easy to evaluate in a prototype&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;during development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 22:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59358#M3378</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-07-04T22:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59359#M3379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Vince.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 22:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59359#M3379</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2011-07-04T22:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59360#M3380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jose,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your system profile is close to what described in this article, you may consider to stay with SDEBinary until Miscrosoft fixes the bug. We feel the pain, and are at the beginning stage of turning some of our layers beck to SDEBINARY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/38871"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/38871&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 21:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59360#M3380</guid>
      <dc:creator>RobertHu</dc:creator>
      <dc:date>2011-07-21T21:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59361#M3381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Regarding the Knowledge Base - Technical Article referred to in the last post: &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/38871"&gt;Reduced spatial query performance on multiprocessor servers running SQL Server 2008&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft has just released a fix for this issue: SQL Server 2008 R2 RTM CU9 Hotfix Build 10.50.1801.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check with Microsoft Support to get this server release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Ed &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ed Katibah&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Program Manager&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL Server Customer Advisory Team (SQLCAT)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft Corporation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 21:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59361#M3381</guid>
      <dc:creator>EdKatibah</dc:creator>
      <dc:date>2011-08-01T21:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59362#M3382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;If you have no intention of doing spatial queries outside of ArcGIS, then the only reason&lt;BR /&gt;to use native types would be performance, which is pretty easy to evaluate in a prototype&lt;BR /&gt;during development. &lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on this statement, is it fair to say that the native SQL Server geometry type should be faster than SDEBINARY? That was the answer I got from ESRI Tech Support and it makes sense to me since there is no join required to the F_ table. However, we are testing migrating over our dense vector layers from SDEBINARY to GEOMETRY and my performance testing has yielded mixed results. In one case, using SDEBINARY is clearly faster than GEOMETRY. (I've looked at the showplan output and confirmed that the spatial index is getting used in the case of the GEOMETRY feature class so I don't think we're hitting the bug mentioned in this thread.) Now I'm wondering if our understanding that the native SQL Server geometry type is going to yield better performance isn't necessarily true. Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shira&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59362#M3382</guid>
      <dc:creator>ShiraBezalel</dc:creator>
      <dc:date>2012-02-17T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Native Types Pros and Cons</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59363#M3383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I really don't know which "should" be faster.&amp;nbsp; I know the SDEBINARY format and how much&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compression to expect relative to a shapefile or ASCII representation for various sizes of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shapes of differing types and coordinate reference parameters, but I'm not familiar with &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft's internal representation the way I am with SDO_GEOMETRY.&amp;nbsp; This is why I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;recommended prototyping.&amp;nbsp; There are enough differences between deployments that it's &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not really easy to predict how all the pieces will behave with different variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 16:10:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-native-types-pros-and-cons/m-p/59363#M3383</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-02-17T16:10:19Z</dc:date>
    </item>
  </channel>
</rss>

