Using MS SQL Server, is there a way to query all of the tables in a database for a specific column name?
Read this SQL tutorial to learn when to use SELECT, JOIN, subselects and UNION to access multiple tables with a single statement. It’s sometimes difficult to know which SQL syntax to use when ...