About 25,900,000 results
Open links in new tab
  1. How to use 'LIKE' statement with unicode strings?

    Make sure the collation on your table supports unicode. ALL collations support Unicode in SQL Server. Unicode vs non-Unicode is simply a matter of datatype (VARCHAR = non-Unicode, …

  2. How to add a UNICODE Character in a SQL Query

    Apr 6, 2020 · The best way I found in order to solve this problem was, while iterating over the tables of ASCII and using the actual symbol for every unicode needed, to find each respective …

  3. UNICODE (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · A. Using UNICODE and the NCHAR function. The following example uses the UNICODE and NCHAR functions to print the UNICODE value of the first character of the string …

  4. SQL Server UNICODE() Function - W3Schools

    The UNICODE() function returns an integer value (the Unicode value), for the first character of the input expression. Syntax

  5. How to insert a unicode character in SQL Server using Inline Query

    Jun 18, 2012 · use SqlDbType.NVarChar in your parameter. See similar questions with these tags.

  6. Manage Unicode Characters in Data Using T-SQL - SQL Shack

    Nov 7, 2019 · In this article, I’ll provide some useful information to help you understand how to use Unicode in SQL Server and address various compilation problems that arise from the Unicode …

  7. UNISTR (Transact-SQL) - SQL Server | Microsoft Learn

    Dec 23, 2024 · UNISTR returns the Unicode characters corresponding to the input expression, as defined by the Unicode standard. The escape sequence for a Unicode character can be …

  8. SQL UNICODE Function Use and Examples - MSSQLTips.com

    Apr 27, 2025 · Learn how to use the SQL Server UNICODE function to return the unicode value for a particular character.

  9. SQL UNICODE() String Function - Syntax, Examples [4] - Tutorial Kart

    The SQL UNICODE() function returns the Unicode value of the first character in a specified string. The UNICODE() function is useful for handling Unicode text data and allows you to retrieve …

  10. SQL Server UNICODE Function

    Jan 19, 2024 · In this SQL Server tutorial, you learned how to find the Unicode value of the first character in a string, number, or special character using the SQL Server UNICODE Function. …

  11. Some results have been removed
Refresh