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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

search and replace a string within a string 1

Status
Not open for further replies.

andyfresh

Technical User
Oct 4, 2005
33
0
0
GB
Hi,

Is it possible to search for a string within all cells from a column and then delete that part of the sting in sql analyzer??

Regards

Andy
 
Update Table
set Column = Replace(Column, 'String to find', '')

Use with caution. Please make sure you backup your database first.

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top