Disabling "Unicode Compression" property by SQL Query

MadSeb

New member
Local time
Today, 08:44
Joined
Jun 9, 2010
Messages
4
Hi,

Is it possible to have a SQL statement that can disable the unicode compression property on a column ?

Something in the lines of :

ALTER TABLE MyTable ALTER COLUMN MyColumn DISABLE UNICODE COMPRESSION

Regards,
MadSeb
 

Users who are viewing this thread

Back
Top Bottom