Data Interoperability Quick Export fails exporting from file geodatabase to SQL Server 2008 Spatial with the error "...failed because the minimum row size would be 9872..."
上次发布: July 3, 2015ArcGIS for Desktop
漏洞 ID 编号
NIM063266
已提交
December 2, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.0
操作系统
Windows OS
操作系统版本
7
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Refer to workaround steps.
解决办法
Use an Extract-Transform-Load (ETL) tool to write some data from the source. Import the schema from the source to set up the basic table structure but edit the default output CHAR data type for text fields to be NVARCHAR. Next execite a translation pumping through a couple of rows. Alter the output table with SQL Server to use NVARCHAR(MAX) storage.