Get the following error while trying to insert into nvarchar(max) column with data greater than 180K.
Here is the error
[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, or image pointer value conflicts with the column name specified.
begin tran declare @h int exec @h=sp_createorphan '"evalcasedb"."_SMDBA_"."_ATTACH_"."FILEBLOB"'
WRITETEXT BULK "evalcasedb"."_SMDBA_"."_ATTACH_"."FILEBLOB" @h WITH LOG