Is there a way to specify nvarchar(max) as datatype for a field using the MSSQL_ADO writer? ntext is deprecated so I can't use it anymore.
Page 1 / 1
I got the official answer. This is not supported (yet).
Hi @kjetilpettersso,
As an alternative, the JDBC-based writers (MSSQL_JDBC_NONSPATIAL) have the ability to be set to nvarchar_max.
Hope this helps!
- Andrea