Forum Replies Created

Viewing 15 posts - 8,236 through 8,250 (of 9,399 total)

  • RE: DELETE FIRST 1000 ROWS

    Once you determine what determines the first rows, I like using this approach:

    WITH cte AS (

    SELECT TOP 1000

    FROM TableName

    ORDER BY...

  • RE: Today's Random Word!

    Revenant (3/31/2014)


    SQLRNNR (3/31/2014)


    BWFC (3/31/2014)


    Kurt W. Zimmerman (3/31/2014)


    knucklehead

    Drummer Caveman

    Knuckledragger

    Borderlands

    Doom

  • RE: Today's Random Word!

    BWFC (3/31/2014)


    TomThomson (3/28/2014)


    Kurt W. Zimmerman (3/28/2014)


    Micro

    Scope

    Scale

    Slide

  • RE: Default schema

    I agree with most of the previous posters here - that exception was pretty weak. I suppose it might be a problem if the login didn't exist or if...

  • RE: Today's Random Word!

    bcsims 90437 (3/28/2014)


    Eric M Russell (3/28/2014)


    Ed Wagner (3/28/2014)


    SQLRNNR (3/28/2014)


    JAZZ Master (3/28/2014)


    Revenant (3/28/2014)


    Ed Wagner (3/28/2014)


    Kurt W. Zimmerman (3/28/2014)


    SQLRNNR (3/28/2014)


    Ed Wagner (3/28/2014)


    Row

    Roe

    Wade

    Deep

    Purple

    Rain

    Cry

    Dove

    Tail

    spiral

    Downward

  • RE: Are the posted questions getting worse?

    GilaMonster (3/28/2014)


    Ed Wagner (3/28/2014)


    Grant - You have booth babes??? :w00t:

    Grant *is* the booth 'babe' 🙂

    Oh boy - I should have kept my mouth shut. Please, no pictures and nothing...

  • RE: Today's Random Word!

    SQLRNNR (3/28/2014)


    JAZZ Master (3/28/2014)


    Revenant (3/28/2014)


    Ed Wagner (3/28/2014)


    Kurt W. Zimmerman (3/28/2014)


    SQLRNNR (3/28/2014)


    Ed Wagner (3/28/2014)


    Row

    Roe

    Wade

    Deep

    Purple

    Rain

    Cry

    Dove

  • RE: Are the posted questions getting worse?

    Grant Fritchey (3/28/2014)


    Jeff Moden (3/28/2014)


    SQLRNNR (3/28/2014)


    Sean Lange (3/28/2014)


    dwain.c (3/28/2014)


    Ville-Pekka Vahteala (3/27/2014)


    Luis Cazares (3/27/2014)


    How is it possible that someone writes a cursor instead of using SUM()?

    I'm afraid that this database is...

  • RE: Today's Random Word!

    Kurt W. Zimmerman (3/28/2014)


    SQLRNNR (3/28/2014)


    Ed Wagner (3/28/2014)


    Row

    Roe

    Wade

    Deep

  • RE: Today's Random Word!

    EricEyster (3/28/2014)


    Ed Wagner (3/28/2014)


    Row

    Boat

    Expensive

  • RE: Are the posted questions getting worse?

    WayneS (3/27/2014)


    Luis Cazares (3/27/2014)


    How is it possible that someone writes a cursor instead of using SUM()?

    I'm afraid that this database is full of these pieces of sh code and it's...

  • RE: Today's Random Word!

    Row

  • RE: Schema confusion

    RBarryYoung (3/27/2014)


    There is also a Schema with the same name. I am not sure how or why, but in some databases, matching schemas get created whenever a user is...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (3/27/2014)


    W00t w00t, this one makes my 12000th point. 😎

    Well done, Koen.

  • RE: The Unusable User

    That was a very interesting question. It a process of elimination to get it down to 2 possibilities and the coffee made me wonder if the database context was...

Viewing 15 posts - 8,236 through 8,250 (of 9,399 total)