Until recently it has been difficult to insert unicode characters above 0xFFFF into MS SQL Server. DBD::ODBC could do it in such a way that you can select them back correctly but the built in functions (like length, sorting and upper/lower etc) did not treat the surrogate pairs as such so it was limited.
Microsoft SQL Server 2012 introduces a new collation suffix (_SC) and it supports surrogate pairs (although there is an indication that the UTF-16 encoded data must be sent little endian and I've not managed to test on a big endian machine as yet). Here is some test code:
Recent comments
35 weeks 3 days ago
37 weeks 6 days ago
39 weeks 3 days ago
39 weeks 4 days ago
47 weeks 5 days ago
48 weeks 6 days ago
50 weeks 1 day ago
1 year 6 days ago
1 year 5 weeks ago
1 year 7 weeks ago