Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
marpte
Starting Member
1 Post |
Posted - 2005-04-21 : 10:09:50
|
| Hi!I have a table, tbl1(id in, sometext text)I have some text in a local varible @Description varchar(8000).Now i need to "append" the @Description text to the tbl1.sometext column.Does anyone have a example of how such a update query would look like?Thanks in advance!Best regardsMarcus |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2005-04-21 : 10:40:42
|
| Look up READTEXT, WRITETEXT and UPDATETEXT in books onlineBrett8-) |
 |
|
|
|
|
|