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 Data Collector in SQL Server ?

Using Trim Function in MS SQL

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

What is Service Broker in SQL Server ?

Adding Columns to a Table with a Query in MS SQL