How to use the WRITETEXT command - newbie question
From: Sunshine (nospam_at_yahoo.com)
Date: 06/01/04
- Next message: DBAL: "Re: ROLLUP needs to Rolldown!"
- Previous message: David Portas: "Re: ROLLUP needs to Rolldown!"
- Next in thread: Aaron [SQL Server MVP]: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Aaron [SQL Server MVP]: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Anith Sen: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Sunshine: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Baisong Wei[MSFT]: "RE: How to use the WRITETEXT command - newbie question"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Jun 2004 12:54:04 -0400
Hello all and please excuse me if I am in the wrong group.
I am very new to sql server and I am trying to update a ntext field. Of
course I realized I couldn't do a normal update statement and I found online
that I would have to do a WRITETEXT statement. However, I can't figure out
how to do this when I'm getting the data from another table. Here are my
tables:
table1
id int
desc ntext
table2
id int
desc ntext
I would like to update the data in table2 with the data in table1 where
table1.id = table2.id. Can you please help with this statement or direct me
somewhere that might have an example? I really appreciate your help!
Sunshine
- Next message: DBAL: "Re: ROLLUP needs to Rolldown!"
- Previous message: David Portas: "Re: ROLLUP needs to Rolldown!"
- Next in thread: Aaron [SQL Server MVP]: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Aaron [SQL Server MVP]: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Anith Sen: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Sunshine: "Re: How to use the WRITETEXT command - newbie question"
- Reply: Baisong Wei[MSFT]: "RE: How to use the WRITETEXT command - newbie question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|