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

How is Change Tracking is Different From Change Data Capture ?

Finding Server Default Language in MS SQL

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

What are Some Advantages of Using CTE in SQL Server ?

Where are SQL Server Usernames and Passwords Stored in the SQL Se ...