I am a beginner and am writing procedures that will create a view once a month with around 2-5 mil records. This view will be used to consolidate data into smaller tables. Is there a rule of thumb based on "common practices" that I can use in deciding if a table should be created instead of a view?
Let me put it another way.. when do you NOT use views in place of a table?
Any "views" greatly appreciated.
Let me put it another way.. when do you NOT use views in place of a table?
Any "views" greatly appreciated.