I am trying to drop a table but getting the following message:
Msg 3726, Level 16, State 1, Line 3 Could not drop object \'dbo.UserProfile\' bec
In SQL Server Management Studio you can just right click the table in the object explorer and select "View Dependencies". This would give a you a good starting point. It shows tables, views, and procedures that reference the table.