Hi
If you want to use the database default collation you have to use on the function, not on the ",":
fnx_TitleCase(lastname) COLLATE YOUR_SERVER_COLLATION + ',' + master.dbo.fnx_TitleCase(firstname) COLLATE YOUR_SERVER_COLLATION as FullName
My other post specified the server collation. 😉
Greets
Flo