View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:06 PM
rnewman
 
Posts: n/a
Default Finding all references to a column

I have a task to where I need to move a column from one table to
another. I want to be sure I update any view, stored procedure,
trigger, etc. that references the column. I simply want a query that
will report the related objects and then I will update them manually
but before I go and try and figure out how to do this by querying the
sys tables is there an sp_sproc that will do this?
Reply With Quote