• Martin

    (@mcundric)


    Hi,

    how can I set the collation at the column level?

    CREATE TABLE [dbo].[CollationTest](
    [keyColumn] [bigint] NULL,
    [strColumn] [varchar](max) COLLATE Traditional_Spanish_CI_AI NULL
    ) ON [PRIMARY]

    Can someone help me with more specific instructions on how to change these setting.

    Please someone help me.

    Thanx, Martin

  • The topic ‘how to set the collation at the column level’ is closed to new replies.