Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Cyrillic characters · Serbian characters in sql server 2005

Cyrillic characters · Serbian characters in sql server 2005

Scheduled Pinned Locked Moved Database
databasesql-serversysadminquestionannouncement
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    abcurl
    wrote on last edited by
    #1

    hi, I was trying to update the Cyrillic characters · Serbian characters in sql server database, but everytime i shows ??? after updation Please suggest something. Thanks

    B 1 Reply Last reply
    0
    • A abcurl

      hi, I was trying to update the Cyrillic characters · Serbian characters in sql server database, but everytime i shows ??? after updation Please suggest something. Thanks

      B Offline
      B Offline
      Bernhard Hiller
      wrote on last edited by
      #2

      Do you use VARCHAR or NVARCHAR? Only NVARCHAR will do!

      A 1 Reply Last reply
      0
      • B Bernhard Hiller

        Do you use VARCHAR or NVARCHAR? Only NVARCHAR will do!

        A Offline
        A Offline
        abcurl
        wrote on last edited by
        #3

        Thanks for replying... If I have to search for keyword abcurlф in the table what should be the query in this case? Presently it is not displaying any result if i search even only with ф and displays those records which have ? character

        B 1 Reply Last reply
        0
        • A abcurl

          Thanks for replying... If I have to search for keyword abcurlф in the table what should be the query in this case? Presently it is not displaying any result if i search even only with ф and displays those records which have ? character

          B Offline
          B Offline
          Bernhard Hiller
          wrote on last edited by
          #4

          In the Employees table of Northwind database, I changed the FirstName of an entry to "abcurlф". Now I do in SQL Enterprise Manager:

          SELECT *
          FROM Employees
          WHERE (FirstName LIKE N'%ф%')

          and that returns exactly the row where I made that change. Note that an "N" is required before the search term - LIKE '%ф%' does not work.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups