Chapter 12: Views: Limiting Access to Data
Listing all views in a database
sp_tables
lists all views in a database when used in this format:
sp_tables @table_type = "’VIEW’"