|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, November 23, 2010 11:36 PM
Points: 305,
Visits: 888
|
|
Hi Folks,
has anyone experienced any problems using updatetext or writetext on an ntext field in full recovery mode for a database.
The reason why I am asking is because the msdn help has examples of turning the full recovery mode off before using updatetext, writetext and I read somewhere the functions use a lot of log space.
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 10:01 PM
Points: 2,944,
Visits: 10,504
|
|
If you can, convert your ntext column to nvarchar(max), and you won't have to worry about updatetext or writetext. You can just use regular string functions and operators.
|
|
|
|