Hi,
We would like to know how can we insert a body with more than 2000+ character from outlook to database.
If our character length set to more than 2000+ characters, the dB type in configuration became blob varchar.
and when we try sync, this is the error:
37000 [Microsoft][ODBC SQL Server Driver][SQL Server] Cannot convert to text/ntext or collate to
'Latin1_General_100_CI_AI_SC' because these legacy LOB types do not support UTF-8 or UTF-16 encodings. Use types
varchar(max), nvarchar(max) or a collation which does not have the SC or UTF8 flags.