Can anybody tell me how to find out whether a particular column exists in any of the tables of a database and if it does, display the table names?
Thanks
Check INFORMATION_SCHEMA.COLUMNS view in your BOL.
AMB
|||Thanks!
Can anybody tell me how to find out whether a particular column exists in any of the tables of a database and if it does, display the table names?
Thanks
Check INFORMATION_SCHEMA.COLUMNS view in your BOL.
AMB
|||Thanks!
No comments:
Post a Comment