List of Table Columns Used in Any View in MS SQL

The following query is run to get the List of Table Columns used in any View in MS SQL.

SELECT * FROM INFORMATION_SCHEMA.VIEW_COLUMN_USAGE


You May Interest

MS SQL List of Records in All Tables

General Information List of All Allowed Databases in MS SQL Serve ...

MS SQL Finding Which Tables a Column Name is In

What are Some Advantages of Using CTE in SQL Server ?

What are Indexed Views inside SQL Server ?