Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi Team,
Is there any plans to add more default collation options when creating a warehouse?
eg Latin1_General_100_CI_AS_SC_UTF8
For me collate Latin1_General_100_CI_AS_KS_WS_SC_UTF8 doesn't help with the main issue for case sensitivity on the data select.
eg When using SELECT with LIKE %% we still need to change collation which is pain and often gets forgotten leading to incorrect outputs.
eg still need to do this unfortunately
SELECT *
FROM [warehouse].[dbo].[MyTable]
WHERE [MyColumn] LIKE '%SEARCH%' COLLATE Latin1_General_100_CI_AS_SC_UTF8;
Thanks,
Darren
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.