fikir
Programmer
- Jun 25, 2007
- 86
hello,
I am facing a big problem, I am changig the data type of one of my column from numeric to varchar(100), The conversion is not a problem, I did alter the column to varchar(100) in the table
what I want to find is all the names of database objects (procedures, fuctions, views..) where I am refering to this table, what I am now doing is a windows search, but this is a bit cumbersome because I have more than 100 database objects in my DB
Is there an easy way to get the name of this database objects
Thanks,
I am facing a big problem, I am changig the data type of one of my column from numeric to varchar(100), The conversion is not a problem, I did alter the column to varchar(100) in the table
what I want to find is all the names of database objects (procedures, fuctions, views..) where I am refering to this table, what I am now doing is a windows search, but this is a bit cumbersome because I have more than 100 database objects in my DB
Is there an easy way to get the name of this database objects
Thanks,