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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:28:45+00:00 2026-05-26T07:28:45+00:00

When Selecting/Inserting into my SQL Server 2008 database, Central European characters are being converted.

  • 0

When Selecting/Inserting into my SQL Server 2008 database, Central European characters are being converted.

For example:

Select 'Kutenič'

Returns:

Kutenic

Why is this? And how can I prevent this from happening? Would my ASP.NET Web Application have a similar problem?

  • 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-26T07:28:46+00:00Added an answer on May 26, 2026 at 7:28 am

    Use the N prefix

    Select N'Kutenič'
    

    Without it the string will be cast to the code page of your database’s default collation.

    Or set your database’s default collation to one of the following if that is more appropriate for your locale.

    Albanian_X
    Albanian_100_X
    Bosnian_Latin_100_X
    Croatian_X
    Croatian_100_X
    Czech_X
    Czech_100_X
    Estonian_X
    Estonian_100_X
    Hungarian_X
    Hungarian_100_X
    Hungarian_Technical_X
    Hungarian_Technical_100_X
    Latvian_X
    Latvian_100_X
    Lithuanian_X
    Lithuanian_100_X
    Polish_X
    Polish_100_X
    Romanian_X
    Romanian_100_X
    Serbian_Latin_100_X
    Slovak_X
    Slovak_100_X
    Slovenian_X
    Slovenian_100_X
    Turkmen_100_X
    SQL_Croatian_CP1250_X
    SQL_Czech_CP1250_X
    SQL_Estonian_CP1257_X
    SQL_Hungarian_CP1250_X
    SQL_Latin1_General_CP1250_X
    SQL_Latin1_General_CP1257_X
    SQL_Latvian_CP1257_X
    SQL_Lithuanian_CP1257_X
    SQL_Polish_CP1250_X
    SQL_Romanian_CP1250_X
    SQL_Slovak_CP1250_X
    SQL_Slovenian_CP1250_X
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently inserting a record into a SQL Server Table and then selecting the
I have a SQL Server 2008 database with approximately 14 millions rows. In it
I am wondering, when selecting rows and inserting them into a temp table, is
I am inserting data into a table by selecting from another table which may
I am trying to insert huge amount of data into SQL server. My destination
I am using Sql Server 2008 R2 Enterprise. I am coding an application capable
I am selecting from a table that has an XML column using T-SQL. I
I’m selecting data on an old database which has an abused status column. The
I'm selecting 1 field from 1 table and storing it into a temp table.
The typical way of selecting data is: select * from my_table But what if

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.