Solved! Go to Solution.
Hi Brandon,
I've run into this same issue and I'm wondering if you can explain your work around.
Essentially, I have to update the attributes within a feature class using SQL Server, however, like you, the data needed to update the feature class (the attributes only) come from another table that's joined one to one.
Any guidance would be appreciated.
Cheers
Further to my previous post, I posed this question on GIS Stackexachange and got another work around.
I've tried updating field value using SQL merge, but still getting error:
Violation of PRIMARY KEY constraint 'a29_rowid_ix1'. Cannot insert duplicate key in object 'owner.a29'. The duplicate key value is (431430, 190).
anyone can help?