I would like to insert to some table's columns input
in UTF-8 characters.
1. what property of the column should I change to support this action, should it be 'Collation' or other property (like 'encoding' as well)?
2. I am using Microsoft SQL Management Studio. How can I change property like Collation with that tool? when I press right click on the column and open its properties I can see the properties but they are in read-only mode. I cannot edit them.
thanks