Forum Replies Created

Viewing 15 posts - 15,436 through 15,450 (of 19,560 total)

  • RE: Removing duplicates and keeping 1 record with no PK

    lmu92 (4/2/2010)


    You could use Row_Number() to find the dupes...

    Something like this:

    DECLARE @tbl TABLE

    (

    CustNumber INT, FirstName VARCHAR(30), LastName VARCHAR(30), City VARCHAR(30)

    )

    INSERT INTO @tbl

    SELECT 345321 ,'John','Doe','Kellogg' UNION ALL

    SELECT...

    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?

    WayneS (4/2/2010)


    Paul White NZ (4/2/2010)


    Steve Jones - Editor (4/2/2010)


    Paul White NZ (4/2/2010)


    Yay! My apply articles have been scheduled!!! 12th & 19th April - excited :w00t:

    Thanks Steve!

    You are very...

    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: Data Modeling Question

    Pranav Shah-410191 (4/2/2010)


    Hi,

    Thanks for the response, I have never used multiple databases in this scenario, not 100. I am coming from Oracle experience for the last few...

    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?

    Paul White NZ (4/2/2010)


    Trey Staker (4/2/2010)


    Answering the question a day late with the answer published in the news letter?

    Is it? Oh, well that might explain it too, then!

    Answering a...

    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?

    Steve,

    Will you take a look at http://www.sqlservercentral.com/Forums/Topic896017-433-1.aspx

    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?

    Paul White NZ (4/2/2010)


    CirquedeSQLeil (4/2/2010)


    I sit here and wonder how those people at the top are nearly perfect in the QOD with so many that were wrong.

    Multiple registrations?

    Probably - just...

    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: Happy Easter

    Thanks Steve

    Happy Easter to you and enjoy the weekend.

    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: Get Performance Tips Directly From SQL Server

    Nice article Ian. Thanks.

    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?

    Knowing that a majority are MS employees may have a little to do with it. With some of the nonMS people attending, I am surprised that the pass rate...

    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: very busy disk

    I would look for some long running transactions or other jobs.

    An alternative could be related to a heavily fragmented file system (unrelated to indexes or database fragmentation).

    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: Msg 8134, Level 16, State 1, Line 63 Divide by zero error encountered

    To reiterate what Ron has said, please remove the double quotes, and format the code using the code link.

    Even though the double quotes will work around column alias' like that,...

    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?

    CirquedeSQLeil (4/2/2010)


    Steve Jones - Editor (4/2/2010)


    You should read Brent Ozar's blog on the MCM (http://www.brentozar.com/archive/tag/mcm/) , especially today.

    The QOD isn't appropriate. It's more for the junior people that are trying...

    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?

    Lynn Pettis (4/2/2010)


    Paul White NZ (4/2/2010)


    Lynn Pettis (4/2/2010)


    I used to be the same. Commuted to Denver from Colorado Springs for 15 years, survived on 4 hours sleep Monday through...

    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: Script to get an email when blocking & dead lock occures

    It looks like the xp_readerrorlog is different in 2005 than in 2000. This is where you are getting the error message. You may need to add some fields...

    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?

    Steve Jones - Editor (4/2/2010)


    You should read Brent Ozar's blog on the MCM (http://www.brentozar.com/archive/tag/mcm/) , especially today.

    The QOD isn't appropriate. It's more for the junior people that are trying to...

    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 - 15,436 through 15,450 (of 19,560 total)