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 are OFFLINE Datafiles with SQL Server ?

Getting List of All Stored Procedures in Database in MS SQL

What is Failover Clustering in SQL Server ?

Disable All Triggers in MS SQL Server Table

Using MS SQL TOP