<?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>idea Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported in Data Management Ideas</title>
    <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idi-p/925035</link>
    <description>&lt;P&gt;Today it is possible to add a field to a registered table or feature class in a SQL Server Geodatabase outside of ArcGIS, for example through T-SQL or with Management Studio. Such fields appear to be recognized by ArcGIS and they appear magically in&amp;nbsp;&lt;SPAN&gt;sde.SDE_column_registry&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it is not at all clear to me if this is a supported workflow. As far as I can tell, the documentation is silent on whether I can do this or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need it clarified explicitly because I have been told by support, that since this workflow is not explicitly described in the docs, they will not provide any assistance, for such databases, should I ever need it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason why I want to create fields through another mechanism than ArcGIS is that ArcGIS has a really weird mapping of the ArcGIS floating point field types to SQL Server data types. One that is useless for me.&lt;/P&gt;&lt;P&gt;When a user creates an ArcGIS "Double" field type in SQL Server, we do not get a SQL Server "float" field, which I think most would expect. Instead we get the weird, inefficient and inaccurate accounting-style data type "numeric"/"decimal". Same for the ArcGIS field type "Float". This should map to a SQL Server "real" but also results in&amp;nbsp;"numeric"/"decimal".&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 18:00:34 GMT</pubDate>
    <dc:creator>ThomasIsraelsen</dc:creator>
    <dc:date>2022-10-18T18:00:34Z</dc:date>
    <item>
      <title>Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported</title>
      <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idi-p/925035</link>
      <description>&lt;P&gt;Today it is possible to add a field to a registered table or feature class in a SQL Server Geodatabase outside of ArcGIS, for example through T-SQL or with Management Studio. Such fields appear to be recognized by ArcGIS and they appear magically in&amp;nbsp;&lt;SPAN&gt;sde.SDE_column_registry&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it is not at all clear to me if this is a supported workflow. As far as I can tell, the documentation is silent on whether I can do this or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need it clarified explicitly because I have been told by support, that since this workflow is not explicitly described in the docs, they will not provide any assistance, for such databases, should I ever need it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason why I want to create fields through another mechanism than ArcGIS is that ArcGIS has a really weird mapping of the ArcGIS floating point field types to SQL Server data types. One that is useless for me.&lt;/P&gt;&lt;P&gt;When a user creates an ArcGIS "Double" field type in SQL Server, we do not get a SQL Server "float" field, which I think most would expect. Instead we get the weird, inefficient and inaccurate accounting-style data type "numeric"/"decimal". Same for the ArcGIS field type "Float". This should map to a SQL Server "real" but also results in&amp;nbsp;"numeric"/"decimal".&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 18:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idi-p/925035</guid>
      <dc:creator>ThomasIsraelsen</dc:creator>
      <dc:date>2022-10-18T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported</title>
      <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925036#M295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is some documentation on editing the data via SQL (T-SQL for SQL Server).&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-type-of-data-can-be-edited-using-sql.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-type-of-data-can-be-edited-using-sql.htm"&gt;What type of data can be edited using SQL?—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not recommended to edit versioned data (ever) outside of a supported workflow. This could cause corruption within the Geodatabase and may not be apparent till a later date. Editing of versioned data can be done via the versioned view:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-is-a-versioned-view.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-is-a-versioned-view.htm"&gt;What is a versioned view?—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can tell you from experience that using unsupported workflows can make the GDB corrupt and cause you to have a bad day. What support is basically saying is this: If you use an unsupported workflow, it may be impossible for them to figure out what happened and/or provide a correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925036#M295</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-04-27T19:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported</title>
      <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925037#M296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for commenting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not actually looking to &lt;EM&gt;edit&lt;/EM&gt; data from SQL - I am aware of the restrictions there. And I am not working with versioned data at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thank you for the link. The next article in the TOC is &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/sql-access-to-geodatabase-data.htm"&gt;SQL access to enterprise geodatabase data&lt;/A&gt; and that actually provides the answer that apparently neither Support nor I could find:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Note: Do not use SQL to alter the schema of datasets stored in your enterprise geodatabase.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It was not the answer I was hoping to find, but at least it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My own experience is that adding fields outside of ArcGIS works just fine, and indeed they are discovered by ArcGIS and included in the SDE metadata. But I understand that if it is not supported then it is not supported &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess my next idea here will be to have Esri support this workflow, since it appears to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after that for Esri to properly support the actual floating point data types in SQL Server rather than just the weird accounting ones.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925037#M296</guid>
      <dc:creator>ThomasIsraelsen</dc:creator>
      <dc:date>2017-04-27T20:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported</title>
      <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925038#M297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, When it comes to versioned data &lt;STRONG&gt;ONLY&lt;/STRONG&gt; use the supported workflows via the ArcGIS Client or versioned views.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 12:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925038#M297</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-04-28T12:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported</title>
      <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925039#M298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said:&lt;/P&gt;&lt;P&gt;I am &lt;STRONG&gt;NOT&lt;/STRONG&gt; using versioned data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 12:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/925039#M298</guid>
      <dc:creator>ThomasIsraelsen</dc:creator>
      <dc:date>2017-04-29T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ammend ArcGIS documentation to clarify whether adding fields with T-SQL is supported - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/1221761#M1992</link>
      <description />
      <pubDate>Thu, 13 Oct 2022 19:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/ammend-arcgis-documentation-to-clarify-whether/idc-p/1221761#M1992</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2022-10-13T19:59:22Z</dc:date>
    </item>
  </channel>
</rss>

