If the collation for one database is different from all other databases on a SQL 2008 Server, will it impact the tempdb space consumption?
I understand that queries and joins may fail due to the collation difference and it could be handled using COLLATE database_default option.
Question is will collation difference anyway increase the amount of tempdb space consumption during joins / SORT/aggregate operations?