Forum Replies Created

Viewing 15 posts - 16,036 through 16,050 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    jcrawf02 (3/23/2010)


    CirquedeSQLeil (3/23/2010)


    Luke L (3/23/2010)


    CirquedeSQLeil (3/23/2010)


    The Simpsons debuted on December 17, 1989.

    It ran as a sketch starting in 1987 on the Tracy Ullman show.

    And yet, Bart doesn't age.

    At least Bart...

    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

  • RE: Expanding The Scope of Bridge Tables

    Thanks for the article.

    This has been an interesting discussion on the article. There are some good design tips throughout the discussion - which point out the need to fully...

    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

  • RE: The Missing Certification

    Jack Corbett (3/23/2010)


    Michael Valentine Jones (3/23/2010)


    Lynn Pettis (3/23/2010)

    Actually there are still a good number of current Dungeons and Dragons players out here. Why not call it a "Guild"? ...

    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

  • RE: The Missing Certification

    Michael Valentine Jones (3/23/2010)


    Lynn Pettis (3/23/2010)

    Actually there are still a good number of current Dungeons and Dragons players out here. Why not call it a "Guild"? Other professions...

    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

  • RE: The Missing Certification

    Lynn Pettis (3/23/2010)


    Robert.Smith-1001156 (3/23/2010)


    I know there are a lot of former Dungeons and Dragons players in our business, but please can we not call it a "guild"? 😉 ...

    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

  • RE: The Missing Certification

    Robert.Smith-1001156 (3/23/2010)


    I think developers ought to take certification out of the hands of Microsoft ... and put it into the hands of a body that represents developers' interests (as the...

    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

  • RE: Are the posted questions getting worse?

    Luke L (3/23/2010)


    CirquedeSQLeil (3/23/2010)


    The Simpsons debuted on December 17, 1989.

    It ran as a sketch starting in 1987 on the Tracy Ullman show.

    And yet, Bart doesn't age.

    At least Bart and Lisa...

    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

  • RE: The Missing Certification

    Jack Corbett (3/23/2010)


    In my opinion, this is one of the areas where PASS should be leading. Either PASS should develop a better certification or it should be working with...

    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

  • RE: Statistics IO - Physical Reads in Prod vs Dev

    Here's another vote for turning this into a set-based query, eliminating the scalar function, and turning off those options.

    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

  • RE: Today's Random Word!

    redeye

    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

  • RE: Are the posted questions getting worse?

    The Simpsons debuted on December 17, 1989.

    It ran as a sketch starting in 1987 on the Tracy Ullman show.

    And yet, Bart doesn't age.

    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

  • RE: Challenged by selecting Top 1 in a Group

    rdavid-773903 (3/23/2010)


    Thanks to all three who responded, where the common theme was providing some easy to use data for you to look at.

    Well, as so often happens, a combination of...

    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

  • RE: Today's Random Word!

    googoo eye

    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

  • RE: Today's Random Word!

    Dead-eye?

    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

  • RE: Trouble with join

    igngua (3/23/2010)


    thanks!!

    it worked!

    select t1.cotnum, t1.codaux,

    t2.cotnum, t2.codaux

    from hermes.lab0708.softland.nwcotiza t1

    left join softlandsoporte2.softland.nwcotiza t2 on t1.cotnum = t2.cotnum

    where t2.cotnum is null

    Now i´ve to update T2 with all the columns from 1...

    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

Viewing 15 posts - 16,036 through 16,050 (of 19,560 total)