Are the posted questions getting worse?

  • Gianluca Sartori (12/11/2009)


    Roy Ernest (12/10/2009)


    To be honest, There are lots of Indians here who give other Indians a bad name... 🙁

    One single Italian was able to do the same thing all alone.

    There's nothing you can do about it: Italians do it better.:-D

    LOL... That was good one... 😀

    -Roy

  • It took me 20 minutes to get Thread-current this morning. For a minute, I was worried that I had completely missed the 10,000th post countdown! I say we let Steve have the honor.

    __________________________________________________

    Against stupidity the gods themselves contend in vain. -- Friedrich Schiller
    Stop, children, what's that sound? Everybody look what's going down. -- Stephen Stills

  • The Dixie Flatline (12/11/2009)


    It took me 20 minutes to get Thread-current this morning. For a minute, I was worried that I had completely missed the 10,000th post countdown! I say we let Steve have the honor.

    You weren't scared the Thread had flatlined?

    🙂



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • The Thread is an evolving AI. I am worried that it might one day flatline ME! :w00t:

    __________________________________________________

    Against stupidity the gods themselves contend in vain. -- Friedrich Schiller
    Stop, children, what's that sound? Everybody look what's going down. -- Stephen Stills

  • The last 1000 posts have come much more rapidly than I would have thought with all the holidays.

    Steve can have #10,000 if he beats everybody to it:-P

    Or should the Thread Daddy (Michael Earl-395764) be the one to do the honors? Is he around anymore?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Or maybe "The Thread" himself/herself should have the honor of hitting the milestone.. 🙂

    -Roy

  • Sometimes, you just have to question people.

  • At least he retracted and clarified.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Nah, none of this honor stuff. 10,000 should be a total scramble. Biting, kicking, scratching. In honor of the 10,000.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Lynn Pettis (12/11/2009)


    Sometimes, you just have to question people.

    Was the original post a request or a command? (or is it a followup to another thread that escapes me?)

    Gaby________________________________________________________________"In theory, theory and practice are the same. In practice, they are not." - Albert Einstein

  • GabyYYZ (12/11/2009)


    Lynn Pettis (12/11/2009)


    Sometimes, you just have to question people.

    Was the original post a request or a command? (or is it a followup to another thread that escapes me?)

    Actually, I think the original post is simply an announcement, but I took exception to the statement about three primary keys. If you're going to talk the talk, be sure you talk it right. 😉

  • Lynn Pettis (12/11/2009)


    GabyYYZ (12/11/2009)


    Lynn Pettis (12/11/2009)


    Sometimes, you just have to question people.

    Was the original post a request or a command? (or is it a followup to another thread that escapes me?)

    Actually, I think the original post is simply an announcement, but I took exception to the statement about three primary keys. If you're going to talk the talk, be sure you talk it right. 😉

    Multiple primary keys...perish the thought. It's like a table with a split personality.

    Gaby________________________________________________________________"In theory, theory and practice are the same. In practice, they are not." - Albert Einstein

  • GabyYYZ (12/11/2009)


    Lynn Pettis (12/11/2009)


    GabyYYZ (12/11/2009)


    Lynn Pettis (12/11/2009)


    Sometimes, you just have to question people.

    Was the original post a request or a command? (or is it a followup to another thread that escapes me?)

    Actually, I think the original post is simply an announcement, but I took exception to the statement about three primary keys. If you're going to talk the talk, be sure you talk it right. 😉

    Multiple primary keys...perish the thought. It's like a table with a split personality.

    I don't need mutiple keys if I can have multiple clustered indexes. :w00t:



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • SET NOCOUNT ON

    DECLARE @Rem INT

    SET @Rem = 56

    DECLARE @Down INT

    SET @Down = 1

    DECLARE @Verse VARCHAR(Max)

    SET @Verse = ' '

    WHILE @Rem > 0

    BEGIN

    SET @Verse = CAST(@Rem - @Down AS VARCHAR(4))+ ' Bottles of beer on the wall ' +

    'and One fell down '

    SELECT @Verse

    SET @Rem = @Rem - 1

    END

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • You can. They're called indexed views.

    __________________________________________________

    Against stupidity the gods themselves contend in vain. -- Friedrich Schiller
    Stop, children, what's that sound? Everybody look what's going down. -- Stephen Stills

Viewing 15 posts - 9,931 through 9,945 (of 66,815 total)

You must be logged in to reply to this topic. Login to reply