sp_table_privileges (version 6.5)

Returns a list of tables and the privileges associated with each table in the current environment. Also, the GRANTOR column may 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_table_privileges, see the Microsoft SQL Server Transact-SQL Reference.