Search and Replace string in text columns of mySQL and SQL Server

While maintaining huge database driven websites one comes across so many occassions when its required to change some random string from columns in a database table, The most common example is when a URL has been added multiple times and that URL changes.
In order to sort out this issue its very simple in mySQL to [...]