SQL Server Database Collation Issue
Sometimes due to collation issues the user is unable to read the content stored on the SQL Server. The text appears like Ã, Ã, ¢, â, and it becomes a difficult task for the user to decode it. This happens because a corresponding character appears over the original data.
Read More