Returns the name of the column where the table and column IDs are specified, and can be up to 255 bytes in length.
col_name(object_id, column_id [, database_id])
select col_name(208003772, 2)
------------------------------ title
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute col_name.