By Charles McDowell
Comptia Certified Linux Networking Professional.
Cisco Certified Networking Technician.
Microsoft Technology Associate Database Administration
An example of using and update statement to replace a value with another value on a table.
update table set Field = replace(convert(varchar(max), Field), 'Find', 'Replace') where clause