I have a table in a SQL Server 2008 R2 database where the values of a column are of a type
Say for example In the table Date the column is called Day
Monday November 17 2012
I want to change all instances containing Monday with it’s equivalent in another language changing it like ‘Monday in my language’ November 17 2012.
What is the best way to achieve this?
No problem I just found the answer: