Emoji are obsolete. There, I have written it. I do not entirely believe it.
A few days ago I wrote to a client: “We need to talk about the index strategy.”
Emoji are obsolete. There, I have written it. I do not entirely believe it.
A few days ago I wrote to a client: “We need to talk about the index strategy.”
Diagnose sendStringParametersAsUnicode conversions, align JDBC parameters with varchar indexes, and preserve required Unicode data.
Yesterday I had a meeting with my client Performance Health Check, and they wanted to know how to store a non-English string in a table.
Recently I had an interesting conversation with my client about Emoji in SQL Server. It is possible to create your database with any emoji.
Compare UTF-8 collations with NVARCHAR storage for English, European, and Asian text before converting indexes or clients.
SQL Server needs NVARCHAR or NCHAR for non-English text. In PostgreSQL, plain VARCHAR stores Unicode characters too, as my quick Russian example shows.
Build Unicode strings with UNISTR in SQL Server 2025, compare NCHAR, and preserve accented letters, Hindi text, and emoji in storage.