sp_column_privileges (version 6.5)

Returns column privilege information for a single table in the current environment. The GRANTOR column can be either the database owner (TABLE_OWNER) or someone to whom the database owner granted permission by using the WITH GRANT OPTION clause in the GRANT statement.

For additional syntax information for sp_column_privileges, see the Microsoft SQL Server Transact-SQL Reference.