Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List View

Status
Not open for further replies.

madeline1

Programmer
Joined
Jun 13, 2007
Messages
8
Location
US
What is the syntax to list the name of all views in SQL Server?
 
Here table_name's are the views, table_schema's are the db's.
[tt] SELECT table_name, table_schema FROM information_schema.views;[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top