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 Difference Between VARCHAR and NVARCHAR in SQL Server ...

What is an Online Rebuilding of Indexes in SQL Server ?

What is FILLFACTOR in SQL Server ?

Making a MS SQL Database Offline

What is SQL Server Agent ?