I want to write a query that will have the same effect as the code below
string asd="today is a great day"; asd=asd.replace("day","oldday");
I hope you understand what I mean :)
I want to modify whole tables. therefore, all raw data will be replaced.
SQL Server 2008 R2
Thank you
source share