Comments
2 comments
-
If I understand correctly, you've chosen to add json as the value of extended property. SQL Compare will compare the value of the extended property, and therefore will just regard your json as text. It doesn't know that this is json, and therefore can't pick out specific elements.
-
Darn that's what I was afraid of. I'll have to find out who made this decision (JSON) on the dev team and get the value I need added as a separate property. Thank you for confirming!
Add comment
Please sign in to leave a comment.
I'm comparing hundreds of databases using sqlcompare.exe. I only want the compare to evaluate the "Version" element in the extended property JSON. Is there a way to configure the compare options so that the other extended property elements get ignored and don't trigger a diff?