Based upon the thread: SQL Server View vs Database
I have created a schema named as Network in my SQL Server Database. The idea is to have logical group of sql views that will be part of this schema.
- How to associate the sql view to the schema?
- How to execute the view? Network.?
- How to view the list of views created in a particular sql server schema?
Example of SQL Server View:
Create view v_Customer
as
Select * from Customer