Multiversioned views are designed primarily to access attribute columns of a table rather than spatial columns, though it is possible to access the spatial column. Accessing the spatial column with a multiversioned view is more straightforward if you are using a spatial type, such as ST_Geometry or SDO_Geometry, to store your geometries; it is more involved if you are using a binary geometry storage type, such as the ArcSDE compressed binary or the Open Geospatial Consortium, Inc. (OGC), well-known binary types.
Hi Deepti,Versioned tables in a geodatabase in SQL Server
I did read thru' most of the ArcGIS 10 documentation for Geodatabases in SQL Server, didn't find anything explaining clearly about delta tables.
The "missing" records are versioned edits in the "A" tables - running COMPRESS on ArcSDE moves those to the "base" tables that you are viewing in SQL Server. You should also see "extra" records in the base table, for any records that have been deleted, which are in the "D" table.The mv view queries those "missing" records into the view - that's what is special about mv views.
There is a wealth of info on these subjects in the Help content for ArcGIS - the forums are a quick-fix, but you ought to study the documentation more thoroughly, to get a better understanding of how versioned editing in ArcSDE works in the underlying DBMS.
Hi Deepti,Multi-version views are meant to be accessed outside of ArcMap and ArcCatalog through SQL or applications that are using SQL to access the geodatabase. To access the versioned featureclass (including the shape column) in ArcMap or ArcCatalog, you just use the featureclass itself and connect to the version you'd like to access. Does that make sense? Thanks,
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.