Esri has introduced in ArcGIS 10 a new geoprocessing package ArcPy, which is based on Python – a popular open scripting language. This module is supposed to replace the previously used in ArcGIS 9.3 arcgisscripting module and contains a plenty of new functions that could help you to be more efficient when managing your GIS [...]
Archive for the ‘ArcSDE’ Category
ArcPy geoprocessing package
Posted in ArcGIS Desktop, ArcSDE, ESRI GIS Software, tagged ArcPy, Python on November 1, 2011 | Leave a Comment »
Configuring ArcGIS Server for SQL Server course
Posted in ArcSDE, ESRI GIS Software, SQL Server, tagged ArcSDE, SQL Server on May 15, 2011 | Leave a Comment »
Recently I have been teaching an ArcGIS Server Enterprise Configuration and Tuning for SQL Server course that Esri also now offers for ArcGIS 10. Originally, it was designed for the previous versions, but it has been rewritten and updated in order to reflect the new interface and functionality of the version 10. The course is [...]
Creating ArcSDE services
Posted in ArcSDE, SQL Server, tagged ArcSDE, SQL Server on May 5, 2010 | Leave a Comment »
Today I would like to discuss a fairly typical scenario, which is when you have worked with an ArcSDE database on a development server and then have backed it up and restored it on a production server. After running all the required scripts and eventually after doing user mappings, you will have moved to the [...]
Change sde layers path
Posted in ArcSDE, ESRI GIS Software, SQL Server, tagged ArcGIS Desktop, ArcSDE, ESRI, SQL Server on April 21, 2010 | Leave a Comment »
If you have an .mxd document that has a large number of layers and you have to use another sde database as a source of data, which includes the same feature classes and tables (for instance, when moving from a development to a production server), you might need to change source paths for those layers. [...]
PostgreSQL and ArcSDE
Posted in ArcSDE, PostgreSQL, tagged ArcSDE, PostGIS, PostgreSQL, SQL Server on March 9, 2010 | 1 Comment »
ESRI ArcGIS 9.3 version has support for one more database management system (DBMS) for storing our spatial datasets. In addition to the ability of using Microsoft SQL Server, Oracle, IBM DB2 and Informix, PostgreSQL can be used now as well. In this post, I would like to give a brief review of this DBMS and [...]
Useful SQL statements and ArcSDE commands
Posted in ArcSDE, SQL Server, tagged ArcSDE, SQL Server on March 4, 2010 | Leave a Comment »
ArcSDE A lot of work during administration of ArcSDE includes managing sde instances. I just wanted to write down some of the most useful and often used ArcSDE administration commands I have been using for a while. Parameters embraced in <> are defined by user; so, if we have “<servicename>” that would result to “esri_sde”. [...]
ArcSDE database model migration
Posted in ArcSDE, tagged ArcSDE, SQL Server on February 28, 2010 | Leave a Comment »
There are still many users who use multiple spatial database model with ArcSDE at their organizations, even though ESRI have, for a long time, recommended using single database model. Multiple spatial database model basically implies that one will store all spatial data and ArcSDE system tables in one DBMS spatial database (let’s call it SDE) [...]