Issue
In a mixed-case field of Microsoft SQL Server data, the values are not distinguished as different for the same word.
Data in Microsoft SQL Server
Data in Tableau Desktop
In a mixed-case field of Microsoft SQL Server data, the values are not distinguished as different for the same word.
Data in Microsoft SQL Server
Data in Tableau Desktop
ALTER TABLE dbo.<table name> ALTER COLUMN "<column name>" [<data type>](<digit>) COLLATE <collation> ALTER TABLE dbo.test ALTER COLUMN "Value" [nvarchar](30) COLLATE Japanese_CS_AS