<?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: ntext from SQL view, ArcMap read it as blob instead Text in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/ntext-from-sql-view-arcmap-read-it-as-blob-instead/m-p/794413#M2307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;ntext&lt;/SPAN&gt; is a legacy data type that has been deprecated:&amp;nbsp; &lt;A class="link-titled" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql" title="https://docs.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql"&gt;ntext, text, and image (Transact-SQL) | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class="" data-lf-anchor-id="8c76751a550d6ddb2b8409c14d207248:0" style="margin-top: 1rem; margin-bottom: 0px; position: relative !important; padding-right: 25px !important; color: #222222; font-family: segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;Fixed and variable-length data types for storing large non-Unicode and Unicode character and binary data. Unicode data uses the UNICODE UCS-2 character set.&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="display: block; margin: 1.2em 0px 2em; padding: 0px 0.8em; border-width: 0px 0px 0px 3px; border-style: solid; border-color: #e0e0e0; color: #222222; font-family: segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;P class="" data-lf-anchor-id="0df76c312415bef033c7284fcffe0a50:0" style="margin-top: 1rem; margin-bottom: 0px; position: relative !important; padding-right: 25px !important;"&gt;&lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;IMPORTANT!&lt;/STRONG&gt;&lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;ntext&lt;/STRONG&gt;, &lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;text&lt;/STRONG&gt;, and &lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;image&lt;/STRONG&gt; data types will be removed in a future version of SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use &lt;A data-linktype="relative-path" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql" style="background-color: transparent; color: #0050c5; cursor: pointer; text-decoration: none; transition: transform 0.1s ease-out, color, background-color, -webkit-transform; word-wrap: break-word; box-shadow: transparent 0px 0px 1px; backface-visibility: hidden;"&gt;nvarchar(max)&lt;/A&gt;, &lt;A data-linktype="relative-path" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/char-and-varchar-transact-sql" style="background-color: transparent; color: #0050c5; cursor: pointer; text-decoration: none; transition: transform 0.1s ease-out, color, background-color, -webkit-transform; word-wrap: break-word; box-shadow: transparent 0px 0px 1px; backface-visibility: hidden;"&gt;varchar(max)&lt;/A&gt;, and &lt;A data-linktype="relative-path" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/binary-and-varbinary-transact-sql" style="background-color: transparent; color: #0050c5; cursor: pointer; text-decoration: none; transition: transform 0.1s ease-out, color, background-color, -webkit-transform; word-wrap: break-word; box-shadow: transparent 0px 0px 1px; backface-visibility: hidden;"&gt;varbinary(max)&lt;/A&gt;instead.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;ntext&lt;/SPAN&gt; isn't listed as supported in ArcGIS:&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/data-types-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/data-types-sqlserver.htm"&gt;SQL Server data types supported in ArcGIS—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking back through documentation, it appears &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;ntext&lt;/SPAN&gt; hasn't been supported since ArcGIS 9.2 or 9.3.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jun 2017 02:52:50 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2017-06-17T02:52:50Z</dc:date>
    <item>
      <title>ntext from SQL view, ArcMap read it as blob instead Text</title>
      <link>https://community.esri.com/t5/geodatabase-questions/ntext-from-sql-view-arcmap-read-it-as-blob-instead/m-p/794412#M2306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my SQL server database I have a field called observaciones_hechos(ntext,null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/357421_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&amp;nbsp; in SQL appear as text&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/357443_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a view from this database table in ArcMap and for some reason instead seeing the text in the table of content I just see blob&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/357444_pastedImage_3.png" style="width: 620px; height: 110px;" /&gt;&lt;/P&gt;&lt;P&gt;How can I see the text instead blob in the view? Can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diego Llamas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 19:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/ntext-from-sql-view-arcmap-read-it-as-blob-instead/m-p/794412#M2306</guid>
      <dc:creator>DiegoLlamas</dc:creator>
      <dc:date>2017-06-16T19:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: ntext from SQL view, ArcMap read it as blob instead Text</title>
      <link>https://community.esri.com/t5/geodatabase-questions/ntext-from-sql-view-arcmap-read-it-as-blob-instead/m-p/794413#M2307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;ntext&lt;/SPAN&gt; is a legacy data type that has been deprecated:&amp;nbsp; &lt;A class="link-titled" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql" title="https://docs.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql"&gt;ntext, text, and image (Transact-SQL) | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class="" data-lf-anchor-id="8c76751a550d6ddb2b8409c14d207248:0" style="margin-top: 1rem; margin-bottom: 0px; position: relative !important; padding-right: 25px !important; color: #222222; font-family: segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;Fixed and variable-length data types for storing large non-Unicode and Unicode character and binary data. Unicode data uses the UNICODE UCS-2 character set.&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="display: block; margin: 1.2em 0px 2em; padding: 0px 0.8em; border-width: 0px 0px 0px 3px; border-style: solid; border-color: #e0e0e0; color: #222222; font-family: segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;P class="" data-lf-anchor-id="0df76c312415bef033c7284fcffe0a50:0" style="margin-top: 1rem; margin-bottom: 0px; position: relative !important; padding-right: 25px !important;"&gt;&lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;IMPORTANT!&lt;/STRONG&gt;&lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;ntext&lt;/STRONG&gt;, &lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;text&lt;/STRONG&gt;, and &lt;STRONG style="font-family: segoe-ui_bold, 'Segoe UI Bold', 'Segoe WP', 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;"&gt;image&lt;/STRONG&gt; data types will be removed in a future version of SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use &lt;A data-linktype="relative-path" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql" style="background-color: transparent; color: #0050c5; cursor: pointer; text-decoration: none; transition: transform 0.1s ease-out, color, background-color, -webkit-transform; word-wrap: break-word; box-shadow: transparent 0px 0px 1px; backface-visibility: hidden;"&gt;nvarchar(max)&lt;/A&gt;, &lt;A data-linktype="relative-path" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/char-and-varchar-transact-sql" style="background-color: transparent; color: #0050c5; cursor: pointer; text-decoration: none; transition: transform 0.1s ease-out, color, background-color, -webkit-transform; word-wrap: break-word; box-shadow: transparent 0px 0px 1px; backface-visibility: hidden;"&gt;varchar(max)&lt;/A&gt;, and &lt;A data-linktype="relative-path" href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/binary-and-varbinary-transact-sql" style="background-color: transparent; color: #0050c5; cursor: pointer; text-decoration: none; transition: transform 0.1s ease-out, color, background-color, -webkit-transform; word-wrap: break-word; box-shadow: transparent 0px 0px 1px; backface-visibility: hidden;"&gt;varbinary(max)&lt;/A&gt;instead.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;ntext&lt;/SPAN&gt; isn't listed as supported in ArcGIS:&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/data-types-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/data-types-sqlserver.htm"&gt;SQL Server data types supported in ArcGIS—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking back through documentation, it appears &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;ntext&lt;/SPAN&gt; hasn't been supported since ArcGIS 9.2 or 9.3.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 02:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/ntext-from-sql-view-arcmap-read-it-as-blob-instead/m-p/794413#M2307</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-06-17T02:52:50Z</dc:date>
    </item>
  </channel>
</rss>

