Possible to compare only one element in extended property? TAKE 2
steal
Posts: 5 New member
in SQL Compare
Recently our dev team updated an extended property to contain multiple values, so that it now looks something like this-
{"RepositoryURL" : "https://dev-gitlab.dev.abc/teamA/projectA.git",
"Branch" : "2024R1",
"RevisionNumber":"9f011ad4ecd9e78dd43c2196eb370463978a78f6",
"BuildAgent":"BUILDAGENT12",
"Version":"2024.1.26418"}
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?
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?
Tagged:
Answers
Product Manager
Redgate Software