Hi,
We have idensitifed that one of the database collation is set to 'Latin1_General_BIN2' which has enabled case-sensitive at database level. When we tried to find out the reason for setting 'Latin1_General_BIN2' collation, there was a db recommendation provided that Latin1_General_Bin2 is recommended for better performance(sorting and searching).
Please confirm if Latin1_General_Bin2 is better in performance compared to SQL_Latin1_General_CP1_CI_AS collation. I normally see SQL_Latin1_General_CP1_CI_AS as default collation setting. Do we need to stick to Latin1_General_Bin2 if perfomance is the reason or change it to default collation. kindly suggest.
Thank you.