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

Differences Between Stored Procedure and Function in MS SQL

What is a Control Flow Inside SSIS ?

How to Show Line Numbers in MS SQL Server ?

What is Auditing Inside SQL Server ?

Using CASE WHEN in MS SQL