<?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 SQL Server and Float values in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741086#M28148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on creating an Enterprise GeoDatabase in SQL Server 2012, but I'm having a problem with float values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GeoDatabase was created using the Create Enterprise GeoDatabase tool.&amp;nbsp; The user being used to connect is the "sde" user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a table with the following fields:&lt;/P&gt;&lt;P&gt;LINC - Text&lt;/P&gt;&lt;P&gt;OwnerName - Text&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;TenancyGroup - Text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TenancyInterest - Float, Precision 4, Scale 3&lt;/P&gt;&lt;P&gt;OwnerAddress - Text&lt;/P&gt;&lt;P&gt;GlobalID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TenancyInterest column stores a percentage value ranging between 0 and 1, with three decimal places.&amp;nbsp; When I view the table in ArcGIS, the float value always displays as 0.&amp;nbsp; Further, the OwnerAddress and GlobalID columns both display as empty.&amp;nbsp; I'm populating the table using an arcpy script.&amp;nbsp; If I don't populate the TenancyInterest column, then the OwnerAddress and GlobalID column both display the correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I edit the table and manually enter new values, there is no error message, but the value still displays 0.&amp;nbsp; I tried creating the table in a File GeoDatabase, where everything worked fine.&amp;nbsp; I then imported the File GeoDatabase table into my SQL Server GeoDatabase, and ended up with the same result: float values all showing as 0, remaining columns showing as empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating the empty table, and inserting one record in ArcGIS.&amp;nbsp; I've tried using Float and Double for the data type.&amp;nbsp; I've tried not setting the Precision and Scale (apparently it defaults to 38 and 8).&amp;nbsp; Same result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I view the table in SQL Server Management Studio, all of the values are in the table correctly.&amp;nbsp; I can see the proper percentage value in the TenancyInterest column, and I can see the proper Text in the OwnerAddress column.&amp;nbsp; When I edited the data manually in ArcGIS, the changes show up in the table in Management Studio, even though they aren't displayed in ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what I'm doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 16:59:52 GMT</pubDate>
    <dc:creator>RobMcCulley</dc:creator>
    <dc:date>2014-09-04T16:59:52Z</dc:date>
    <item>
      <title>SQL Server and Float values</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741086#M28148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on creating an Enterprise GeoDatabase in SQL Server 2012, but I'm having a problem with float values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GeoDatabase was created using the Create Enterprise GeoDatabase tool.&amp;nbsp; The user being used to connect is the "sde" user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a table with the following fields:&lt;/P&gt;&lt;P&gt;LINC - Text&lt;/P&gt;&lt;P&gt;OwnerName - Text&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;TenancyGroup - Text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TenancyInterest - Float, Precision 4, Scale 3&lt;/P&gt;&lt;P&gt;OwnerAddress - Text&lt;/P&gt;&lt;P&gt;GlobalID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TenancyInterest column stores a percentage value ranging between 0 and 1, with three decimal places.&amp;nbsp; When I view the table in ArcGIS, the float value always displays as 0.&amp;nbsp; Further, the OwnerAddress and GlobalID columns both display as empty.&amp;nbsp; I'm populating the table using an arcpy script.&amp;nbsp; If I don't populate the TenancyInterest column, then the OwnerAddress and GlobalID column both display the correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I edit the table and manually enter new values, there is no error message, but the value still displays 0.&amp;nbsp; I tried creating the table in a File GeoDatabase, where everything worked fine.&amp;nbsp; I then imported the File GeoDatabase table into my SQL Server GeoDatabase, and ended up with the same result: float values all showing as 0, remaining columns showing as empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating the empty table, and inserting one record in ArcGIS.&amp;nbsp; I've tried using Float and Double for the data type.&amp;nbsp; I've tried not setting the Precision and Scale (apparently it defaults to 38 and 8).&amp;nbsp; Same result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I view the table in SQL Server Management Studio, all of the values are in the table correctly.&amp;nbsp; I can see the proper percentage value in the TenancyInterest column, and I can see the proper Text in the OwnerAddress column.&amp;nbsp; When I edited the data manually in ArcGIS, the changes show up in the table in Management Studio, even though they aren't displayed in ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what I'm doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 16:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741086#M28148</guid>
      <dc:creator>RobMcCulley</dc:creator>
      <dc:date>2014-09-04T16:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server and Float values</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741087#M28149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcGIS are you using?&amp;nbsp; What service packs and patch(es) do you have applied? Can you try installing the ArcSDE command-line client applications, and report what 'sdetable -o describe' reports on the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is against best practice to &lt;EM&gt;ever&lt;/EM&gt; create or access spatial data as the SDE user.&amp;nbsp; The SDE login should be reserved for geodatabase instance administration (using it for mundane purposes increases the risk of accidentally destroying your instance).&amp;nbsp; Instead, you should create one or more "data ownership" login(s) to own and manage spatial data, and one or more "data user"&amp;nbsp; login(s) to access the data through "read mostly" applications (with permissions granted through roles).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 20:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741087#M28149</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-09-05T20:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server and Float values</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741088#M28150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In looking at it further, I was wrong. I'm not connecting with the sde user, I'm connecting with the operating system authentication.&amp;nbsp; My user is mapped to dbo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output of sdetable -o describe_long is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcSDE 10.2&lt;/P&gt;&lt;P&gt;Attribute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Column Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ARCGIS2&lt;/P&gt;&lt;P&gt;Column Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DBO&lt;/P&gt;&lt;P&gt;Column Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TITLEOWNERS&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : OBJECTID&lt;/P&gt;&lt;P&gt;Row ID Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SDE Maintained&lt;/P&gt;&lt;P&gt;SDE Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SE_INT32&lt;/P&gt;&lt;P&gt;Column Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10&lt;/P&gt;&lt;P&gt;Decimal Digits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Null Allowed?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Column Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ARCGIS2&lt;/P&gt;&lt;P&gt;Column Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DBO&lt;/P&gt;&lt;P&gt;Column Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TITLEOWNERS&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : LINC&lt;/P&gt;&lt;P&gt;SDE Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SE_NSTRING&lt;/P&gt;&lt;P&gt;Column Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 12&lt;/P&gt;&lt;P&gt;Decimal Digits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Null Allowed?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Column Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ARCGIS2&lt;/P&gt;&lt;P&gt;Column Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DBO&lt;/P&gt;&lt;P&gt;Column Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TITLEOWNERS&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : OwnerName&lt;/P&gt;&lt;P&gt;SDE Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SE_NSTRING&lt;/P&gt;&lt;P&gt;Column Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 150&lt;/P&gt;&lt;P&gt;Decimal Digits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Null Allowed?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Column Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ARCGIS2&lt;/P&gt;&lt;P&gt;Column Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DBO&lt;/P&gt;&lt;P&gt;Column Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TITLEOWNERS&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Address&lt;/P&gt;&lt;P&gt;SDE Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SE_NSTRING&lt;/P&gt;&lt;P&gt;Column Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 200&lt;/P&gt;&lt;P&gt;Decimal Digits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Null Allowed?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Column Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ARCGIS2&lt;/P&gt;&lt;P&gt;Column Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DBO&lt;/P&gt;&lt;P&gt;Column Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TITLEOWNERS&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TenancyGroup&lt;/P&gt;&lt;P&gt;SDE Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SE_NSTRING&lt;/P&gt;&lt;P&gt;Column Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4&lt;/P&gt;&lt;P&gt;Decimal Digits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Null Allowed?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Column Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ARCGIS2&lt;/P&gt;&lt;P&gt;Column Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DBO&lt;/P&gt;&lt;P&gt;Column Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TITLEOWNERS&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TenancyInterest&lt;/P&gt;&lt;P&gt;SDE Column Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SE_FLOAT32&lt;/P&gt;&lt;P&gt;Column Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4&lt;/P&gt;&lt;P&gt;Decimal Digits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 3&lt;/P&gt;&lt;P&gt;Null Allowed?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : False&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741088#M28150</guid>
      <dc:creator>RobMcCulley</dc:creator>
      <dc:date>2014-09-08T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server and Float values</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741089#M28151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it looks like the ArcSDE subsystem is accessing the data correctly, and identifying the column as containing 32-bit float values.&amp;nbsp; Can you try using 'sde2shp' to verify the column value is exported to dBase correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like Desktop may be trying to read some other type.&amp;nbsp; Has the column changed type due to SQL commands since the time the feature class was orignially registered?&amp;nbsp; It probably wouldn't hurt to work this through with Tech Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 16:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741089#M28151</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-09-08T16:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server and Float values</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741090#M28152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've checked two things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;sde2tbl exports the proper values to dBase.&lt;/LI&gt;&lt;LI&gt;Two other systems in the office exhibit the same behavior.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I'll take it up with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Vince.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 17:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sql-server-and-float-values/m-p/741090#M28152</guid>
      <dc:creator>RobMcCulley</dc:creator>
      <dc:date>2014-09-08T17:29:36Z</dc:date>
    </item>
  </channel>
</rss>

