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

How is Sqlcmd Different from Osql ?

What are Sparse Columns in SQL Server ?

Finding Server Default Language in MS SQL

Changing Column Name of MS SQL Table with Query

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...