Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8561747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:34:20+00:00 2026-06-11T16:34:20+00:00

I am preparing a new database server, where I will migrate data from a

  • 0

I am preparing a new database server, where I will migrate data from a big, existing, multilingual database (mostly english/french/spanish text, rarely special characters from other languages for e.g. city names).
My question is: should it be accent sensitive?
Users would be happy if the search made no difference between cafe and café.
But as a DBA, I am worried: I have never seen a database not suffering from bad characters conversions at least once in a while. If I choose accent insensitive, how will I query the database and ask “give me all books where the title contains a special characters”?
If I have a way to do this, I would happily go for accent insensitive.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T16:34:21+00:00Added an answer on June 11, 2026 at 4:34 pm

    It should depend on your general usage.

    This doesn’t preclude you changing it for a specific query

    eg

    declare @t1 table (word nvarchar(50) collate Latin1_General_CI_AI)
    declare @t2 table (word nvarchar(50) collate Latin1_General_CI_AS)
    
    insert @t1 values ('cafe'),('restaurant'), ('café')
    insert @t2 select * from @t1
    
    select * from @t1 where word like 'cafe' 
    select * from @t1 where word like 'cafe' collate Latin1_General_CI_AS
    select * from @t1 where word like 'café' 
    select * from @t1 where word like 'café' collate Latin1_General_CI_AS
    
    select * from @t2 where word like 'cafe' 
    select * from @t2 where word like 'cafe' collate Latin1_General_CI_AI
    select * from @t2 where word like 'café' 
    select * from @t2 where word like 'café' collate Latin1_General_CI_AI
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am preparing a new database server, where I will migrate data from a
i am preparing myself for importing data from excel sheet to sql server 2005.I
In my project I'm currently preparing a step-by-step move from legacy code to new,
I'm currently in the process of preparing a new server to run our ASP.Net
I am preparing to update a live web server from PHP 5.2.12 to 5.3.5.
I am preparing to start on a new short-term contract (1-2 months) that involves
I have following code: //preparing DAO objects FileSystemXmlApplicationContext context = new FileSystemXmlApplicationContext(test-context.xml); surveyDao =
While preparing to deploy a MongoDB powered site to a clients web server, their
I am preparing for GIS interview.I am looking for good ArcGIS Engine,ArcGIS Server and
i have created a simple database for inserting the list of data into my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.