System Tables Views MSSQL Tutorial

4>  SELECT top 10 name, schema_id
5> FROM sys.views
6> GO
name                                                                                                                             schema_id
-------------------------------------------------------------------------------------------------------------------------------- -----------
titleview                                                                                                                                  1
vwProductList                                                                                                                              1
vV                                                                                                                                         1
(3 rows affected)