Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 19,560 total)

  • RE: General practice for MAXDOP setting

    Here is a script that covers various scenarios. I can't remember where I got it, but the author name is still attached.

    /*************************************************************************

    Author ...

    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: deleting duplicate records from a table

    You can try this article that shows how to do that.

    http://jasonbrimhall.info/?s=duplicate+cte

    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: Indexes based on a query

    Here's another script. This one provides a few different angles for helping analyze potential missing indexes. Use it in conjunction with one of the other scripts to try...

    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: performance issue causing application failed to load

    halifaxdal (8/18/2014)


    SQLRNNR (8/18/2014)


    halifaxdal (8/18/2014)


    And why would you want to handcuff yourself like that?

    I like the word "handcuff", that's not by me, it's by the platform itself, I am building 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: Full and Differential Backups failing but Transaction Log backups working

    kaplan71 (8/18/2014)


    That is correct. All backups and a cleanup of older trn files are part of one Maintenance Plan.

    The Differential backup of Friday night completed successfully. It was only...

    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: performance issue causing application failed to load

    halifaxdal (8/18/2014)


    And why would you want to handcuff yourself like that?

    I like the word "handcuff", that's not by me, it's by the platform itself, I am building a dashboard using...

    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: Full and Differential Backups failing but Transaction Log backups working

    kaplan71 (8/18/2014)


    The drive in question is connected to a SAN. The log file backups are being saved to the drive in question. I did further investigating, and there was...

    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 log file for database 'tempdb' is full

    Jpotucek (8/18/2014)


    Thank you very much!

    You're welcome.

    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: performance issue causing application failed to load

    halifaxdal (8/18/2014)


    SQLRNNR (8/18/2014)


    halifaxdal (8/18/2014)


    unfortunately CTE is not allowed in this particular staging table creation, and even if it is allowed, 10 million records would be a lengthy dump.:crazy:

    So use 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: The log file for database 'tempdb' is full

    It's possible they are related.

    Big transaction, running on slow disk, and getting deadlocked.

    The IO errors could also be due to the wait for the transaction log to grow.

    Hard...

    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: performance issue causing application failed to load

    halifaxdal (8/18/2014)


    unfortunately CTE is not allowed in this particular staging table creation, and even if it is allowed, 10 million records would be a lengthy dump.:crazy:

    So use a temp table.

    Using...

    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: performance issue causing application failed to load

    No. A udf in that case clause would not be better. You are grouping by something that needs to be "calculated."

    Instead, why not dump that information into 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: Today's Random Word!

    bologna

    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: SQL Server US Contracting Rates

    sgmunson (8/18/2014)


    If only this were a question easily answered... The problem is that no one is likely to be interested in sharing any actual rate information, as...

    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 log file for database 'tempdb' is full

    Jpotucek (8/18/2014)


    Running SQL Server 2000 SP4 and I started getting these errors in my log several days ago.

    The log file for database 'tempdb' is full. Back up the transaction log...

    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 - 2,191 through 2,205 (of 19,560 total)