Tagged Questions
1
vote
1answer
36 views
How to insert features in a MS SQL based SDE without giving ObjectID s?
I'm trying to load features into ArcSDE without using ArcObjects, and using SQL from my .NET Application instead.
I have followed the answers given in this question: Is it possible to load features ...
0
votes
1answer
77 views
Porting existing MSSQL database to SDE
I have an existing MSSQL2008R2 database with views each containing a single geometry field along with a big number of "attributes".
I would like to be able to do INSERTS, UPDATES, and DELETES on ...
2
votes
2answers
1k views
Trigger on SQL Server 2008 ArcSDE 10 and ArcGIS Server 10
I need to build a sql server db trigger to update a date field with the current date when a record is inserted or updated, I think. I will be using the date field as a way to recognize ...
1
vote
0answers
224 views
T-SQL with SDE and Web Map ArcGIS Server 10 MSSQL 2008
I need to build a system whereby the user of a web map (the standard web map that ArcGIS Server Manager builds) can edit a feature class's attributes. The attribute will be a 'Comments' field. The ...
1
vote
1answer
614 views
ArcGIS Server 10 and SQL Server 2008 R2 permissions and feature services
I have ArcGIS Server 10 with SP1 and SP2 on windows server 2008 and ArcSDE (from an edn liscense) installed on top of MS SQL Server 2008.
When I make a spatial db connection in ArcCatalog (direct ...
5
votes
2answers
558 views
ArcSDE Geodatabase MS SQL Server restore of .bak file
If we have ArcSDE 9.3.1 running on MSSQL Server 2008 R2 Enterprise and we do a full backup of a geodatabase. Then I try to restore the .bak file to a MSSQL Server 2008 R2 Express on a machine that ...
