Sloan's profileGranada Coder, C#, Sql S...PhotosBlogLists Tools Help
    7/6/2009

    Did I inspire a Sql Server 2008 feature?

     

    Did I inspire a Sql Server 2008 feature?

    You be the judge:

    Go here:

    http://blogs.msdn.com/sqlcat/archive/2006/02/17/Partition-Elimination-in-SQL-Server-2005.aspx#5276553

    And find this post dated on:
    October 4, 2007 1:50 PM
    (Note, the post I wrote is above this date stamp)..

     

    Now go here to this URL.
    http://technet.microsoft.com/en-us/library/ms345599(SQL.100).aspx 
     (This article is titled: Query Processing Enhancements on Partitioned Tables and Indexes)

    Ok, now the heart of the matter.
    Find this line in the technet article:
    Partition Summary Information

    And read the 3-4 paragraphs below it.

     

    Did I inspire a Sql Server 2008 feature?
    You make the call! 

    Well, I don't care how it got there, but the 2008 version is 100 times better than the 2005 version.

    ========================================================================

    Below are the snipplets that I cite above....But I wanted to give the real URL's so this does not look made up.

     

    http://blogs.msdn.com/sqlcat/archive/2006/02/17/Partition-Elimination-in-SQL-Server-2005.aspx#5276553

    October 4, 2007 1:50 PM

    sholliday said:

    Man, what would be nice is something like:

    set partitions profile on; --<this does not exist

    And then it would just show you:

    Table   PartitionTouches

    t1      1

    Because it gets cumbersome/confusing sometimes.

    I guess I can dream.

    But thank you again for the post...I'd be lost/frustrated without it.

     

     

     

    http://technet.microsoft.com/en-us/library/ms345599(SQL.100).aspx 

    Partition Summary Information

    In run-time execution plans, partition summary information provides a count of the partitions accessed and the identity of the actual partitions accessed. You can use this information to verify that the correct partitions are accessed in the query and that all other partitions are eliminated from consideration.

    The following information is provided: Actual Partition Count, and Partitions Accessed.

    Actual Partition Count is the total number of partitions accessed by the query.

    Partitions Accessed, in XML Showplan output, is the partition summary information that appears in the new RuntimePartitionSummary element in RelOp node of the operator in which it is defined. The following example shows the contents of the RuntimePartitionSummary element, indicating that two total partitions are accessed (partitions 2 and 3).

    <RunTimePartitionSummary>

        <PartitionsAccessed PartitionCount="2" >

            <PartitionRange Start="2" End="3" />

        </PartitionsAccessed>

    </RunTimePartitionSummary>

    Comments

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    Trackbacks

    The trackback URL for this entry is:
    http://sholliday.spaces.live.com/blog/cns!A68482B9628A842A!579.trak
    Weblogs that reference this entry
    • None