August 29, 2009 at 2:05 pm
Comments posted to this topic are about the item SQL Server 2008 T-SQL Enhancements Part - V
August 31, 2009 at 11:40 am
Nice job. A good introduction to spatial features.
September 2, 2009 at 5:43 pm
great article,
i'm waiting the part VI, hope that will be partition table and index .
I'm a database admin in a a large telco industry in senegal and I want to organize my CDR( call data record) by monthly table within it il wish to create file group by month and also i want to partition the table by day and affect the partition of a day of week to their corresponding filegroup
September 3, 2009 at 12:13 am
Hi,
Thanks for your encouragement. Here are some pointers which might be helpful for you on table and index partitioning as well as on Filtered Index of SQL Server 2008.
Partitioned Tables and Indexes in SQL Server 2005
http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspx
Partitioned Table and Index Strategies Using SQL Server 2008
http://msdn.microsoft.com/en-us/library/dd578580.aspx
Filtered Index of SQL Server 2008
September 3, 2009 at 9:56 am
SQL Server 2005 introduced the ability to partition a large relation into smaller logical chunks to improve the administration and management of large tables. It has also been used successfully to improve query processing, especially when it comes to large decision-support applications. Further SQL Serve 2008 has enhanced this feature with partitioned table parallelism (PTP) feature.
Partitioned Table Parallelism
September 3, 2009 at 4:23 pm
wondeful, I thank you a lot
September 28, 2009 at 5:22 am
Hi,
Brilliant articles, full of helpful information - thanks for all the hard work.
On what might seem a trivial point, I was a bit confused at first that at the bottom of ALL five articles, it says "This is the fourth ..."
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply