Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Search This Blog
Thursday, May 5, 2011
How to append to a text field in t-sql SQL Server 2005/2008
update
tablename
set
fieldname = convert(nvarchar(max),fieldname) + 'appended string'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment