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

Creating a Stored Procedure in MS SQL

What is The Difference Between The Index Seek and Index Scan in S ...

How is Sqlcmd Different from Osql ?

What are Indexed Views inside SQL Server ?