Re: materialized view vs. denormalized table

From: Russell Fields (RussellFields_at_NoMailPlease.Com)
Date: 09/07/04


Date: Tue, 7 Sep 2004 15:52:07 -0400

ChrisR,

A materialized view (i.e. Indexed View) is a denormalized table that the
system keeps up-to-date for you. So, no you would not have to repopulate
it.

Having said that, there are several rules that you have to follow to get an
Indexed View created, so you should carefully read the restrictions in the
Books Online.

Russell Fields
"ChrisR" <anonymous@discussions.microsoft.com> wrote in message
news:799d01c49512$2e6bc060$a301280a@phx.gbl...
> sql2k sp3
>
> Whats the difference between these two? Isn't a
> materialized view nothing more than a denormalized table?
> Dont you need to update/ repopulate them both if data in
> the underlying table changes?
>
>
> TIA, ChrisR



Relevant Pages

  • materialized view vs. denormalized table
    ... Whats the difference between these two? ... Dont you need to update/ repopulate them both if data in ... TIA, ChrisR ...
    (microsoft.public.sqlserver.server)
  • Re: Large dataset displayed but kills application
    ... DONT use a dataset, if you dont need all the feautures. ... >> I have a page where I input two dates, click a button that runs a query ... >> and binds it to a datagrid. ... >> is OK and I can click my button again and again and it will repopulate ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: Restructuring a table
    ... I dont want to have to ... I can go back in and repopulate the inoutstatus ... Beware of conversion issues when changing ...
    (comp.lang.java.databases)
  • Restructuring a table
    ... I dont want to have to ... I can go back in and repopulate the inoutstatus fields, ... Thanks, Ike ...
    (comp.lang.java.databases)