Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Materialized view

Author  Topic 

rds207
Posting Yak Master

198 Posts

Posted - 2009-12-17 : 18:48:48
Can any one please let m know if there is anything such as an materialized view in sql server , i know about the indexed view , which is a query and by created indexes it becomes an indexed view but actual data is not stored in it ,so just wondering if there is an option of created an materialized view as in oracle?
Please help!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-12-17 : 20:03:18
Well data is stored in it if you've got an indexed view, so index views would be similar to materialized views.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -