Change assigned domain for a field in a sde feature class

762
3
11-06-2018 02:36 AM
BarbaraS
Occasional Contributor

Hi,

I am a bit stuck here: how can I change the default domain for a feature class in a SQL sde database?

This field should have the domain "Status", not "Positioning system".

How can I change this? It is easier to do in a gdb, I have to admit 

Any help is appreciated!

Kind regards,

Barbara

Tags (4)
0 Kudos
3 Replies
Asrujit_SenGupta
MVP Regular Contributor

Make sure nobody is using that Feature Class and then change the assigned domains.

You need an Exclusive Lock in an SDE geodatabase to do these kind of changes.

Geodatabase locks—Help | ArcGIS Desktop 

BarbaraS
Occasional Contributor

Ok thanks, maybe that was the issue! Will try it in the evening and report back

0 Kudos
BarbaraS
Occasional Contributor

It worked! Thanks for your help