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

MS SQL Get Current Time GETDATE()

What is a Covered Index in SQL Server ?

What is the Merge Statement in SQL Server ?

Making a Backup of MS SQL Database With Query

What is the Difference Between Update Lock and Exclusive Lock in ...