Forum Discussion

Umasankar_Sane's avatar
Umasankar_Sane
Frequent Visitor
1 year ago

Collation Error while reading data form SQL Endpoint of Lakehouse

We are trying to read data from Lakehouse using Stored procedure . Transform in SP and store it in warehouse . It was working fine when we had warehouse with collation type case sensitive . But getting error for the same while reading data with cases in insensitive warehouse from SQL analytics end point of lake house.

 

NON DEFAULT COLUMN COLLATION is not supported for SELECT INTO.

 

Cannot resolve the collation conflict between "Latin1_General_100_BIN2_UTF8" and "Latin1_General_100_CI_AS_KS_WS_SC_UTF8" in the equal to operation.

 

5 Replies