Enable UTF-8 in url_logger db

More
1 year 10 months ago #24524 by admin
Replied by admin on topic Enable UTF-8 in url_logger db
Please go ahead and upgrade

Mike
ETL Architect

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

More
1 year 10 months ago #24528 by prashant
Upgraded !!

ALTER DATABASE url_logger
COLLATE Latin1_General_100_CI_AS_SC_UTF8;


-- Alter varchar fields to nvarchar(max)
ALTER TABLE event_log
ALTER COLUMN char_field_01 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_02 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_03 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_04 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_05 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_06 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_07 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_08 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_09 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN char_field_10 NVARCHAR(MAX);

-- Alter text fields to nvarchar(max)
ALTER TABLE event_log
ALTER COLUMN text_field_01 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_02 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_03 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_04 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_05 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_06 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_07 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_08 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_09 NVARCHAR(MAX);

ALTER TABLE event_log
ALTER COLUMN text_field_10 NVARCHAR(MAX);
 
The following user(s) said Thank You: admin

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