|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, December 09, 2010 2:28 PM
Points: 42,
Visits: 79
|
|
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
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Yesterday @ 3:08 PM
Points: 13,
Visits: 182
|
|
| Did you get the resolution to this problem? I am reproducing this error by using 2MB file. I am wondering what is the size limit before this error occurs?
|
|
|
|