Collations on indexes in SQL Server

后端 未结 3 551
隐瞒了意图╮
隐瞒了意图╮ 2021-01-11 17:28

I am interested if there is a possibility to specify collation for a column when creating index that is different from the collation of that column? And when indexed, are st

3条回答
  •  感情败类
    2021-01-11 17:44

    You can create the calculated field with needed collation and create the index on this field.

提交回复
热议问题