Enable UTF-8 in url_logger db

More
1 year 9 months ago - 1 year 9 months ago #24512 by prashant
Hellos,

I am having writing characters such as ₹ to url_logger records , upon enquiring with chatgpt we found below. It's given me a command on how to change it myself as well , but I don't want to run into compatibility issue in future . Kindly advise 

Your database collation is SQL_Latin1_General_CP1_CI_AS, which does not support UTF-8. UTF-8 support requires a collation ending with _UTF8, such as Latin1_General_100_CI_AS_SC_UTF8.
Last edit: 1 year 9 months ago by prashant.

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24513 by prashant
I am advised below

To change the database collation to UTF-8, run:

ALTER DATABASE url_logger
COLLATE Latin1_General_100_CI_AS_SC_UTF8;
Change Column Collation to UTF-8:

To change the collation of specific columns to UTF-8, you can run:
ALTER TABLE event_log
ALTER COLUMN text_field_02 VARCHAR(255) COLLATE Latin1_General_100_CI_AS_SC_UTF8;

ALTER TABLE event_log
ALTER COLUMN text_field_03 VARCHAR(255) COLLATE Latin1_General_100_CI_AS_SC_UTF8;

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24514 by admin
Replied by admin on topic Enable UTF-8 in url_logger db
Are you working with MS SQL Server?

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24518 by admin
Replied by admin on topic Enable UTF-8 in url_logger db
A think all you need to do is to change field type to NVARCHAR 

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24521 by prashant
Are you working with MS SQL Server?
Yes MSSQL 2019

Ideally text_field_01 are text and char_field_01 are varchar , both now ideally to be upgraded to nVARCHAR(MAX) 

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #24522 by prashant

A think all you need to do is to change field type to NVARCHAR 
Should I upgrade or I wait for you to update it properly ?

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save