Tagged Questions
1
vote
1answer
250 views
MySQL Character set and Collation Issue.?
I Have a table when i select from the table i got the invalid data as
mysql> select budgetID,StartDate,modifiedBy from Table_name order by budgetID desc limit 10;
...
2
votes
1answer
871 views
What's the differences between utf8_general_ci and utf8_unicode_ci and utf8_binary collation in MySQL?
I'm can't find the documentation of MySQL on this topic. Anyone can give some explanations please?
6
votes
1answer
10k views
SQL Server 2005/2008 UTF-8 Collation/Charset
I can't find option(s) directly to set UTF-8 rellated Collations/Charsets in SQL Server 2005/2008, same as is possible to set in another SQL engines, but in SQL Server 2005/2008 are there only Latin ...