View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 06:18 PM
David Greenberg
 
Posts: n/a
Default how do i replace a substring in sqlserver ?

Hi
I have a character field, varchar(60), and I want to replace only a part
of it, a set substring which is always in the same set positions.
Does anyone have an Sql statement or algorithm/sp that could do that
with one call or run ?
Thanks
David

Reply With Quote