Forum Replies Created

Viewing 15 posts - 16,606 through 16,620 (of 19,560 total)

  • RE: Log Growing Pains

    Gianluca Sartori (3/11/2010)


    Very nice article, Jason! Added to my briefcase.

    Thank you.

    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: Log Growing Pains

    Paul Randal (3/11/2010)


    Good stuff Jason.

    @medelstein From the (incredibly helpful, eh?) error, you're running the code on a SQL 2000 box, or in the context of a DB that set 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

  • RE: Log Growing Pains

    medelstein (3/11/2010)


    Hello,

    I tried creating the runninSqlStatements stored procedure and it gives me a syntax error on this line:

    CROSS APPLY sys.dm_exec_sql_text(er.sql_handle) as qt

    with this error:

    Msg 102, Level 15, State...

    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: Log Growing Pains

    arr.nagaraj (3/11/2010)


    No. I prefer Jason's approach. Logging every small transaction is just pointless in the context of this article, as I have made clear already. You will just make it...

    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: Log Growing Pains

    Paul White (3/11/2010)


    Does anyone use 2000 any more?

    Sadly, I cannot digress much longer - I have to review your review of my article, Jason. Back later, perhaps.

    Unfortunately,...

    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: Log Growing Pains

    Paul White (3/11/2010)


    No. I prefer Jason's approach. Logging every small transaction is just pointless in the context of this article, as I have made clear already. You...

    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: Log Growing Pains

    Let's keep in mind that the query I provide for recording the size is for SQL 2005 and 2008 (as stated in the article). To make this work on...

    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!

    berber (with Scotchgard)

    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: What can be the cause when a DBCC SHRINKDATABASE(N'DBname') works but DBCC SHRINKFILE (N'MDFfile' , 0, TRUNCATEONLY) fails.

    Did you try to run the dbcc shrinkfile without the truncateonly option?

    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!

    Rug Doctor

    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: Unable to full backup

    A file should only be set offline when the file is corrupted, but it can be restored. A file set to offline can only be set online by restoring 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: Log Growing Pains

    arr.nagaraj (3/11/2010)


    Hi Jason,

    Thanks Jason.

    My experience has shown that sustained growths typically come from long running transactions. Many times those transactions finish before somebody can get into the system to find...

    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 2005

    The solution by Eralper should work just fine.

    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 Central launches online training for SQL Server Developers, DBA’s, and Analyst’s

    Thanks for the training. This looks to be very beneficial to the community.

    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: Log Growing Pains

    arr.nagaraj (3/11/2010)


    Hi Jason,

    The reason i felt getting sleeping ones are also better is because we would increase the chances of finding the actual queries. And at times if we have...

    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,606 through 16,620 (of 19,560 total)