How to list all tables with a specific column name from a database?
Validating the user
|
Category: SQL Server
view more software Tips and Tricks
Updated: 06/17/2015 07:06 AM
Author: Shiju Mathews Status: Resolved. |
|
Using the information stored in sys.tables and sys.columns it is possible to list all the required information. |