Forum Replies Created

Viewing 15 posts - 196 through 210 (of 499 total)

  • RE: Clustered indexes

    UMG Developer (5/6/2010)


    I missed it just because of the physical order part... They are physically stored in the clustered order, maybe just not contiguously/in sequence. 😉 The BOL docs don't...

  • RE: Analysing a T-SQL Query

    Am I right in thinking there are a more efficient ways of creating the test data?

    Such as:

    WITH NORBAR AS (

    SELECT N FROM dbo.Tally

    WHERE N < 500 )

    INSERT INTO QOTD (Title,EmailAddress,DateSubmitted,Age)

    SELECT...

  • RE: Clustered indexes

    This question must be clearing up common confusions - only 2% got it right so far - thats the worst ratio of correct answers I've seen on a QOTD

  • RE: Today's Random Word!

    destification

    (from my Dubya sat-nav voice "You have reached your destification")

  • RE: This Can't Happen

    Tell us more about your role as 'the BOFH' 😀

  • RE: Today's Random Word!

    CirquedeSQLeil (5/3/2010)


    crookj (5/3/2010)


    CirquedeSQLeil (5/3/2010)


    hungrification

    emulsification

    pacification

    Joe

    humidification

    pontification

  • RE: Are the posted questions getting worse?

    Chris Morris-439714 (4/23/2010)


    GSquared (4/22/2010)


    jcrawf02 (4/22/2010)


    Grant Fritchey (4/22/2010)


    jcrawf02 (4/21/2010)


    Pity that Brent will get kicked out of the MVP club so soon after his MCM... 😛

    And now for something completely different...

    Any advice...

  • RE: Need help in select query

    Check out this article http://www.sqlservercentral.com/articles/T-SQL/69717/

    You should end up with something like

    SELECT DATE, ROW_NUMBER() OVER(PARTITION BY Date ORDR BY Date) AS RN

  • RE: Defensive Programming

    EDSAC !

    My word - that was ancient history when I started on ICL 1900s

  • RE: Help with ranking functions

    Great suggestion - I had a feeling ranking/over/partition syntax would come in somewhere. I've never seen it used on a COUNT before.

    Attached files show my code and your code together,...

  • RE: Help with ranking functions

    lmu92 (4/22/2010)


    Would you mind providing table DDL including some fake sample data and expected result?

    Would help a lot folks like me that prefer to have something to play with /...

  • RE: Help with ranking functions

    Yes, I had thought as much

    My code is quite complex and I can't post it - for some reason the internet filters here won't let me - I'll...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (4/22/2010)


    Jack Corbett (4/22/2010)


    Gianluca Sartori (4/21/2010)


    I've seen even worse things in my app (Visual Basic):

    Public const SC AS String = "'" 'Yes, you got it right, it's...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (4/21/2010)


    jcrawf02 (4/21/2010)


    Pity that Brent will get kicked out of the MVP club so soon after his MCM... 😛

    And now for something completely different...

    Any advice on ridding my lawn of...

  • RE: Are the posted questions getting worse?

    jcrawf02 (4/21/2010)


    Pity that Brent will get kicked out of the MVP club so soon after his MCM... 😛

    And now for something completely different...

    Any advice on ridding my lawn of the...

Viewing 15 posts - 196 through 210 (of 499 total)