I was given SQL Server 2005 backup with collation set to : SQL_Latin1_General_CP1_CI_AI
When I select any data it looks like the data is saved in different collation , for example :
user : “Micha³” – which should be “Michał” and so on
I’ve tried converting tables and database to one of Polish collation, also tried select with collate but it still looks the same.
Have anyone had similar issue and knows what actually is going on ?
To make long story short, the collation didn’t have much to do with this issue, the other application that saved the data did that using some mixed-up encoding and I found out that they weren’t able to display the data properly themselves.