Getting List of All Views in MS SQL Database

In MS SQL, the following code should be run to get the list of all views in a database with a query.

SELECT * FROM sys.views


You May Interest

What is the Use of DBCC Commands in SQL Server ?

Using MS SQL Order By

What are the Various Limitations of the Views in SQL Server ?

Finding List of Tables Using View in MS SQL

What is Resource Governor in SQL Server ?