Forum Replies Created

Viewing 15 posts - 14,176 through 14,190 (of 19,560 total)

  • RE: help with this query

    I would recommend not to use sys.sysindexes since it is a soon to be deprecated view. It will work currently but may not be in the next release 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: SQL Server has encountered 1 occurrence(s) of IO requests taking longer than 15 seconds to complete on file

    NJ-DBA (5/6/2010)


    I will bet $$ that this server is running diskkeeper.

    It's also possible that there is some other form of disk defragmenter on the system that runs a scheduled defrag.

    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!

    Trey Staker (5/6/2010)


    Trey Staker (5/6/2010)


    CirquedeSQLeil (5/6/2010)


    Lynn Pettis (5/6/2010)


    Actually, the problem is I'll need a vacation from the vacation. A week from Sunday will be 14+ hours of driving (coming...

    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 (5/6/2010)


    Grant Fritchey (5/6/2010)


    And by the way, just passed 8000 points. #10 to do so.

    Now I'll let Jason & Paul pass me.

    Jason's gone through. I'm more...

    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: Training for Managers

    Lynn Pettis (5/6/2010)


    Trick is getting some of them to buy in. Sys Admins? Good luck, we can't even get them to tell us why our servers crashed, or...

    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!

    Lynn Pettis (5/6/2010)


    CirquedeSQLeil (5/6/2010)


    Lynn Pettis (5/6/2010)


    crookj (5/6/2010)


    sing4you (5/6/2010)


    crookj (5/6/2010)


    CirquedeSQLeil (5/6/2010)


    bcsims 90437 (5/6/2010)


    El Paso? Salsa... it's almost lunchtime.

    Jalapenos

    Chili Cookoff (New Mexico or Arizona style!)

    Joe

    Don't forget Texas. ...

    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: Clustered indexes

    Of 928 respondents only 21 have answered it correctly. A whopping 2% correct.

    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!

    Lynn Pettis (5/6/2010)


    crookj (5/6/2010)


    sing4you (5/6/2010)


    crookj (5/6/2010)


    CirquedeSQLeil (5/6/2010)


    bcsims 90437 (5/6/2010)


    El Paso? Salsa... it's almost lunchtime.

    Jalapenos

    Chili Cookoff (New Mexico or Arizona style!)

    Joe

    Don't forget Texas. It may be...

    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: Current queries running on Tempdb

    rambilla4 (5/6/2010)


    I ran the same query 'query2' again. But I did not get any high values for internal_objects_alloc_page_count from spot light session.

    SELECT top 5 *

    FROM sys.dm_db_session_space_usage

    ORDER BY...

    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: Current queries running on Tempdb

    MANU-J. (5/6/2010)


    Query 2 output for spotlight process(Session_id 118 is Spot light monitoring tool user connected to QuestWorkDatabase) as per internal_objects_alloac_page_count is 606664 pages i.e. 4.63gb.

    That is the one I...

    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: Training for Managers

    The second part of Lynn's question - what to present on in lunch n learns.

    Anything you want that you have been working on.

    Best practices

    Indexes

    Mirroring

    Disk setup for optimal DB performance

    Performance tuning

    Execution...

    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: Training for Managers

    Lynn Pettis (5/6/2010)


    CirquedeSQLeil (5/6/2010)


    Lynn Pettis (5/6/2010)


    Jeff Moden (5/5/2010)


    Something that people either aren't aware of or have forgotten... the option of in-house training by the resident experts is a powerful...

    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: Calculating cumulative product from previous row (without using cursors)

    Here is the update then:

    DECLARE @Scores TABLE

    (

    ID INT,

    ...

    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: Calculating cumulative product from previous row (without using cursors)

    vijay.s (5/6/2010)


    No ReturnPercent its only name it have full numeric value like amount.

    But for client 1 your sample data is summing that column with the cumulative column.

    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: Calculating cumulative product from previous row (without using cursors)

    I just noticed that you have two different formulas occurring in your sample data as well. For Client 1 you are summing (correct based on cumulative) and for client2...

    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 - 14,176 through 14,190 (of 19,560 total)