This is a sql script that will list all the table names a particular field name belongs too.
Let’s say you have over 100 tables in an employee database and you would like to see what tables have the field name EmployeeID. It will return all the tables in asc order with the field name EmployeeID.
For SQL Server 6.5
Author: Theodore Tirado
Download Script:
sp_findfield.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