Archive

How to Select Table or View Names SQL Server

Select * from sys.tables;

or

Select * from sys.views;