Returns collation name by collation ID. Two arguments are not supported yet.
COLLATIONNAME ( collation_id [, second_arg] )
collation_id
Is an expression of the type varbinary.
second_arg
Not supported
nvarchar(128)
SELECT COLLATIONNAME(0x1);
Functions