Using This Query you will get a list of Tables in database which have the specified column.
select * from sysobjects where id in (select id from syscolumns where name like 'USER_ID')
Monday, April 13, 2009
SQL Query to Find Column in database table.
Labels:
columns,
database query for column,
find columns,
SQL Query,
tables
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment