Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

question SQL text field

Status
Not open for further replies.

safo2000

Programmer
Jul 9, 2002
46
LB
hi

u know when u have a field of type text.
well i am writting a STORED PROCEDURE using t-sql and trying to write on a text field (pmnotes) ie in the form pmnotes = pmnotes + newline + 'some other text', i dont want to overwrite the existing text but i want to APPEND to it after putting a NEWLINE. i tried it in the way i mentioned earlier but sql tells u can do this with text fields

can anyone help

thanks
 
Look in BOL at Writetext and UpdateText commands.

Questions about posting. See faq183-874
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top