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

Creating a View in MS SQL

What is the Difference Between CHAR and VARCHAR Datatypes in SQL ...

What is the Difference Between UNION and UNION ALL in SQL Server ...

Using MS SQL If Else

How to Optimize Stored Procedure in SQL Server ?