ArcSDE cannot recognize columns defined with user defined data type in SQL Server 2005.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM045494
已提交
May 21, 2009
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3
操作系统
Windows OS
操作系统版本
2003
修正版本
9.4
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
User can use cast function to create the view and then used it in sdetable -o create_view.CREATE VIEW btv1ASSELECT distinctCAST(bt.bn as int) as bn1From btgo