Convert text value in SQL Server from UTF8 to ISO 8859-1
问题 I have a column in SQL Server with utf8 SQL_Latin1_General_CP1_CI_AS encoding. How can I convert and save the text in ISO 8859-1 encoding? I would like to do thing in a query on SQL Server. Any tips? Olá. Gostei do jogo. Quando \"baixei\" até achei que não iria curtir muito 回答1: I have written a function to repair UTF-8 text that is stored in a varchar field. To check the fixed values you can use it like this: CREATE TABLE #Table1 (Column1 varchar(max)) INSERT #Table1 VALUES ('Olá. Gostei