Link to home
Start Free TrialLog in
Avatar of countrymeister
countrymeister

asked on

How to find where a column from a table is refrenced/used in other objects such as stored procedures, functions

I am using SQLserver 2005 , T -SQL
I have a column from a table that I need to investigate where it is used in other database objects such as stored procedures, functions.

More of a where used report
ASKER CERTIFIED SOLUTION
Avatar of matrix_aash
matrix_aash
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Replace AIRCRAFTTYPECODE with your columname.

Cheers.
SOLUTION
Avatar of Aneesh
Aneesh
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of countrymeister
countrymeister

ASKER

Both solutions worked