Unlike standard views they can provide significant performance gains. Oracle has a similar feature called Materialized Views. Indexed Views were introduced in SQL Server 2000 as an Enterprise Edition ...
I need to get parent tables of each column in a view in MSSQL 2005. Using C#, VS2005.<BR><BR>Tried:<BR>1) exec sp_helptext(viewname)<BR>2) select * from INFORMATION_SCHEMA.VIEWS where Table = ...