Comments
3 comments
-
Starting with version 3.3 of SQL Change Automation Powershell you can now use SQL Data Compare options. There is a SQL Data Compare option that enables Case Sensitivity in data, ForceBinaryCollation.
However that option is not available on the TFS\Azure DevOps add-on yet, so to do this currently you would need to switch to a Powershell step.
For example:New-DatabaseReleaseArtifact -Source "Your Build Artifact" -target "Your target database" -SQLDataCompareOptions "ForceBinaryCollation"
-
Thanks Sergio, any idea if this is in the backlog for the Add-On, and if so, is there a rough time frame as to when it will be delivered?
-
This should be added very soon, possibly in the next few weeks.
Please keep an eye on the release notes for the Azure DevOps add-ons:
https://documentation.red-gate.com/sca3/release-notes-and-other-versions/add-on-release-notes
Add comment
Please sign in to leave a comment.
I have not found a way to do this yet, and it is critical as we have values in our static data that needs to display on client reports.
(and sorry if this has been asked before, I could not find it)
Thanks
Dominick