Find out where the particular column is referenced. Optionally, find if column has the particular value anywhere across database. Helps to get familiar with database and to check referential integrity. Run it: sp_ColumnHelp Column_Name [,Column_Value]
Author: Michael Gladshteyn
Download Script:
sp_ColumnHelp.sql
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home