dbTalk Databases Forums  

Partitioning in SQL 2000

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Partitioning in SQL 2000 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hassan
 
Posts: n/a

Default Partitioning in SQL 2000 - 07-01-2005 , 10:48 PM






Is partitioning fact tables in SQL 2000 really inadequate compared to other
RDBMS out there ? I heard SQL 2005 has some cool stuff but in 2000, a lot
of datawarehouse have partitioning of data and I dont believe the
partitioned views are robust enough. Is that a true statement ?



Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: Partitioning in SQL 2000 - 07-02-2005 , 09:10 AM






Robust enough for what? Your requirements are not necessarily the same as
others. In 2000 your only choice really is a Partitioned View which does
have limitations just like any other feature has limitations. Only you can
decide if it meets your needs or not. Yes 2005 has new partitioning
features and will fill in the voids for instances that the Partitioned Views
don't fit. But that does not mean that feature will be right for everyone
either. It all boils down to what you need to do and how you do it.


--
Andrew J. Kelly SQL MVP


"Hassan" <fatima_ja (AT) hotmail (DOT) com> wrote

Quote:
Is partitioning fact tables in SQL 2000 really inadequate compared to
other
RDBMS out there ? I heard SQL 2005 has some cool stuff but in 2000, a lot
of datawarehouse have partitioning of data and I dont believe the
partitioned views are robust enough. Is that a true statement ?





Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: Partitioning in SQL 2000 - 07-03-2005 , 10:14 AM



partitionning works fine in SQL 2000.
you have to use the right partition and create good queries to insure that
you'll ask for a limited number of partition only.

if your partition is by year, but you never filter on the year, then the
advantage of the partition is not used.

"Hassan" <fatima_ja (AT) hotmail (DOT) com> wrote

Quote:
Is partitioning fact tables in SQL 2000 really inadequate compared to
other
RDBMS out there ? I heard SQL 2005 has some cool stuff but in 2000, a lot
of datawarehouse have partitioning of data and I dont believe the
partitioned views are robust enough. Is that a true statement ?





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.