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 The Different Backup Options With SQL Server ?

MS SQL Finding Which Tables a Column Name is In

What is the Difference Between a Local and a Global Temporary Tab ...

Benefits of Using Stored Procedures in MS SQL

What are the INTERSECT Operators in SQL Server ?