Questions about accent insensitivity in SQL Server (Latin1_General_CI_AS)
问题 All our databases were installed using the default collation ( Latin1_General_CI_AS ). We plan to change the collation to allow clients to search the database with accent insensitivity. Questions: What are the negatives (if any) of having an accent insensitive database? Are there any performance overheads for an accent insensitive database? Why is the default for SQL Server collation accent sensitive; why would anyone want accent sensitive by default? 回答1: Seriously, changing database