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

MS SQL Show Only Date of Current Time

Disabling All Constants in a Table in MS SQL

What are Wait Types in SQL Server ?

What are the Events On Default Trace in SQL Server ?

What is TABLESAMPLE in SQL Server ?