Varchar(max) column truncates to 8000 bytes for fabric warehouse
I’m trying to ingest data into a fabric warehouse but the varchar(max) column from source data truncates to varchar(8000) at the destination warehouse even after creating a schema and columns/datatype for it. Any ideas or resources on how to successfully prevent this truncation?
1
7 comments
Varchar(max) column truncates to 8000 bytes for fabric warehouse