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

What is a Covered Index in SQL Server ?

Making a MS SQL Offline Database Online

What is CHECKPOINT Process in the SQL Server ?

Disabling All Constants in a Table in MS SQL

What is the Difference Between CHAR and VARCHAR Datatypes in SQL ...