• This worked:

    create table test1 (title nvarchar(200) COLLATE greek_ci_as)

    INSERT INTO test1 (title)

    VALUES (N'FceRI-mediated activity')

    select * from test1

    The "alter" works for columns already present.