Re: [GENERAL] dependency on columns basis

2011-08-22 Thread Adrian Klaver
On Monday, August 22, 2011 7:47:47 am salah jubeh wrote: > Hello, > > I have a lookup table I want to delete which is referenced as a foreign > key in another table. Is there is a way to find all of the tables > depends on this column (foreign key) but not the whole table or view. > > > Thank

[GENERAL] dependency on columns basis

2011-08-22 Thread salah jubeh
Hello, I have a lookup table I want to delete  which is referenced as a foreign key in another table.  Is there is a way to find all of the  tables depends on this column (foreign key) but not the whole table or view. Thanks in advance