Browse by Tags

Sorry, but there are no more tags available to filter with.
Appending data to a sql text or ntext column
Published 06-20-2008 1:52 PM | Ramon Smits
Today I came accross a problem where nvarchar data got larger than the maximum that can be stored in a record. I had to convert to a ntext column and append the data to it. I quickly found out that I needed to use the UPDATETEXT function in combination...
Filed under: ,