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

  • SEARCH
  • Home
  • 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 8490067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:00:18+00:00 2026-06-10T22:00:18+00:00

Originally, I created my SQL Server database on a local computer. I set its

  • 0

Originally, I created my SQL Server database on a local computer. I set its collation to Latin1_General_CI_AI and everything worked well. When I moved the finished work to the web hosting SQL Server, I encountered problem: they use a different database collation. So what can I do now?

To be more specific, I need Latin1_General_CI_AI, but they have Czech_CI_AS. These two differ significantly when comparing strings in Czech language (surprisingly I need latin1 general, not Czech, to get correct results.)

When I tried to change collation of my database, the server complained that I don’t have user permission to do that. I tried to contact support desk, but no luck. Can I help myself?

I know that possibly each single table column can have its own collation, so maybe I should set up all my string columns to Latin1_CI_AI. But I don’t know how to do this. I have only SQL access to the database (unfortunately no SQL Server Management Studio).

  • 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-10T22:00:20+00:00Added an answer on June 10, 2026 at 10:00 pm

    To change the database’s collation

    ALTER DATABASE MyDataBase COLLATE [NewCollation]
    

    To change the collation of a column

    ALTER TABLE MyTable ALTER COLUMN Column1 [TYPE] COLLATE [NewCollation]
    

    But there are a number of limitations on when you can do this, very notably that this is denied if the column is used in any index.
    You can do more in SSMS in some cases.
    The syntax docs list the restrictions:

    • https://learn.microsoft.com/en-us/sql/t-sql/statements/alter-table-transact-sql?view=sql-server-2017
    • https://learn.microsoft.com/en-us/sql/t-sql/statements/collations?view=sql-server-2017
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to make a local copy of a remote SQL Server database. I
I created a backup of a database on sql server 200. I created a
I have designed database tables (normalised, on an MS SQL server) and created a
In an SQL Server database, I created a Unique Constraint to ensure that one
First a little introduction. We have an SQL Server Express 2008 database, which schema
I'm using C# to pull spatial data from a sql server 2008 database. I'm
I'm upgrading my SQL Server 2000 database to SQL Server 2008 R2. I want
I implement a software application that uses a SQL server database. I'm running a
My company performed a data migration recently (in a SQL Server 2005 database) and
I'm implementing a content database for a C# Asp.Net MVC3 website in Sql Server.

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.