在SQL Server中怎么备份SDE
怎么备份SQL Server中的SDE
发起人
相关问题
- 在windows server2008 R2 64位中安装了portal 10.5 设置好托管arcgis server站点,并用data store为托管数据库,发布数据出错
- 安装arcgis server 需要不需要安装网络服务器(如IIS和Apache)和.Net Frameworkma?
- Linux下如何将ArcGIS Server的服务端口改为80
- ArcGIS Server服务状态正在停止
- Arcgis for server 集群调用
- ArcSDE备份和还原
- ArcGIS10.5配置data store时报错Unable to configure the ArcGIS Data Store with the GIS Server.
- ArcGIS Server制作的缓存地图服务中,能否实现大比例尺下楼房阴影类似的3d效果?
- arcgis 门户能正常访问,但是arcgis server 管理界面打不开?
- 使用ArcGIS Server解析DEM等格式文件
- arcgis server 地图浏览问题
问题状态
- 最新活动: 2016-11-14 00:00
- 浏览: 1254
- 关注: 1 人
1 个回复
蒋汪洋
赞同来自:
(1)使用sql server 的方式整库备份。 (2)如果要素类的存储类型是geometry或者geography,那么可以以表的形式备份数据到一个新的SDE环境,然后注册到地理数据库。而默认的blob字段类型是不支持这种方式的。
要回复问题请先登录或注册