Hello,
In my SQL server database I have a field called observaciones_hechos(ntext,null).
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
How can I see the text instead blob in the view? Can I do that?
Thanks,
Diego Llamas
ntext is a legacy data type that has been deprecated: ntext, text, and image (Transact-SQL) | Microsoft Docs
ntext isn't listed as supported in ArcGIS: SQL Server data types supported in ArcGIS—Help | ArcGIS Desktop
Looking back through documentation, it appears ntext hasn't been supported since ArcGIS 9.2 or 9.3.1.