I decided to use WRITETEXT instead of UPDATETEXT because of http://msdn.microsoft.com/en-us/library/aa260658%28v=sql.80%29.aspx (the very first paragraph):
... Use UPDATETEXT to change only a portion of a text, ntext, or image column in place. Use WRITETEXT to update and replace an entire text...
Hello,
I am trying to load a text file (HTML actually) and replace already existing table field (of "text" data type) with this file's content.
SQL server: 8.0 (SQL 2000 standard)
table: KART_CUSTOMERS
column: Data
input file: C:\temp\input.html
With help of web resources I was able to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.