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 4088092
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:56:16+00:00 2026-05-20T18:56:16+00:00

I had this error and I don’t know how to fix it Cannot resolve

  • 0

I had this error and I don’t know how to fix it

Cannot resolve the collation conflict between “Arabic_CI_AS” and
“SQL_Latin1_General_CP1_CI_AS” in the equal to operation.

note: I already change the collation from the database option –> Collation

I change it from “Arabic_CI_AS” to “SQL_Latin1_General_CP1_CI_AS”

and I am still getting the same error !!
Any suggestion to solve this ?

  • 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-05-20T18:56:17+00:00Added an answer on May 20, 2026 at 6:56 pm

    The database collation applies only when you create NEW objects without specifying the collation.

    When you change it from “Arabic_CI_AS” to “SQL_Latin1_General_CP1_CI_AS”, all the textual columns in the database are still collated Arabic_CI_AS. You can check this using

    select object_name(object_id), name, collation_name
    from sys.columns
    where collation_name like '%Arabic%'
    

    A patch to this problem is to put COLLATE DATABASE_DEFAULT against the comparison, e.g.

    SELECT *
    FROM TBL1
    INNER JOIN TBL2 on X = Y COLLATE DATABASE_DEFAULT
    

    or

    SELECT *
    FROM TBL1
    WHERE X = Y COLLATE DATABASE_DEFAULT
    

    etc

    There is a script on this site that attempts to change the collation across an entire database, but

    1. I have not personally tried it
    2. Make sure you have a good backup of your database before trying it
    3. It doesn’t look like it will handle complex databases with indexed views, foreign key/default constraints etc
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had this error when I browse new web site that site sub from
I had never had this error before, and I didn't move any file, or
This might seem obvious but I've had this error when trying to use LINQ
I am getting this error when I include an opensource library that I had
I've done quite a bit of googling on this error but have had no
Ok, I asked about this very error earlier this week and had some very
I just had this throw a compilation error while refactoring some legacy (hence VB.NET)
I moved my project from windows to ubuntu and had this error while trying
I don't know if this hook is out-of-box or if mine is just messed
I had this question earlier and it was concluded it was a bug in

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.