View Single Post

   
  #3 (permalink)  
Old 03-01-2008, 02:42 PM
Enorme Vigenti
 
Posts: n/a
Default Re: large data management

Erland Sommarskog ha scritto:

> Had you been on SQL 2005, you could have used partitioned tables. This
> requires Enterprise Edition, I should hasten to add. With partitioned
> table, deleting old data can be as smooth as a metadata operation,
> if you set it up correctly.
>
> On SQL 2000 (and SQL 2005 Standard and lower editions) you can use
> partitioned views. This requires some more work, but is still doable.
> And again the delete can be as simple as dropping the table.
>
> SQL Server MVP Stefan Delmarco has a good article on partitoned views
> on http://www.fotia.co.uk/fotia/FA.02.S...dViews.01.aspx.
>

Many thanks :-)
Very good!
Reply With Quote