Determine Which Objects Reference a Table in SQL Server
问题 I work with SQL Server 2008 and I have a database that has more than 1500 columns and about 500 stored procedures and ... . I want to rename a table that has several relations and is referenced in many stored procedure and views and ... . How to I can get all Items in database that has a relation with this table? Thanks. 回答1: If you need to find database objects (e.g. tables, columns, triggers) by name - have a look at the FREE Red-Gate tool called SQL Search which does this - it searches