I have a SQL Server 2017 Master Data Services installed on SQL Server 2017. During installation it was setup to use the default server collation. We now have been using MDS via the excel plugin and the users wish to clean the text. However, when setting the text to proper cases, the publish action returns as if the data was unchanged. The collation on the MDS database is Latin1_General_CI_AS
.
My questions is what is the best way to enable case sensitivity on MDS? Is it just changing the collation (say, to Latin1_General_CS_AS
)?