Often time, you have trouble delete records or drop table on a table with PK because the table record is referenced by a foreign key constraint you don't know where. You inherit this database and there is no data dictionary passed on to you. The only other way Microsoft has provided is to generate a diagram, but on a laptop and thousands of tables, the diagram is not viewable.
Use this SQLServer2005 script for a quick lookup for all tables, or one table - the primary key table being referenced, and find all foreign keys..
You will look like a magician amonst your boss, peer, and developers.