Get all view names from database in sql server



You can find your created view in the select database, follow this query

SELECT name FROM sys.views 
 
 

0 Comment's

Comment Form

Submit Comment