Does collation affect performance?
Whether or not the performance is affected by the difference in collation is likely dependent on how tempdb is used. The biggest impact of different collations is when for example tables are joined on columns with different collations and the collation is explicitly stated in the “ON” clause. Does collation matter in SQL? Data always follows collation constraint rules, which …