Forum Replies Created

Viewing 15 posts - 4,966 through 4,980 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Sean Lange (3/7/2013)


    Lynn Pettis (3/7/2013)


    Sean Lange (3/7/2013)


    Lynn Pettis (3/6/2013)


    Several years ago my oldest daughter's JV soccer coach once confieded "I knew we were in trouble when half the team asked...

    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?

    dwain.c (3/6/2013)


    Lynn Pettis (3/6/2013)


    Several years ago my oldest daughter's JV soccer coach once confieded "I knew we were in trouble when half the team asked what was offsides?"

    Well, I've 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: Productivity and Accountability

    TravisDBA (3/7/2013)


    Dave62 (3/7/2013)


    Procrastination and laziness, distractions from a variety of different sources can occur equally in the office or at home. 😉

    Agreed, but the propensity for this happening is much...

    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: CREATE statement

    Thanks for the question.

    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: Two Plugs Away

    Awesome Idea. Desks on wheels. Too many times moving teams has involved a day of lost work trying to pack it all up and move to the new...

    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: ISNUMERIC

    Lokesh Vij (3/5/2013)


    happycat59 (3/5/2013)


    Mmm, why have "ISNUMERIC" as the heading for this question ? This question is not really about the ISNUMERIC function. How about getting the heading...

    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: Installing ReportServer on separate server.

    The slowest part of your reports is by far the data retrieval. This means that your tsql to get the data is the biggest impact.

    That can boil down 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: TabLock and TablLockX Confusion

    JKSQL (3/5/2013)


    So I can take that as when you apply a hint it is going to lock that table whether it is Tablock or TablockX while the update is going...

    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!

    Ferb

    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: Query comes to a crawl until executed using the WITH RECOMPILE option

    Is the stored procedure that has many different parameters that could be passed in?

    Do you see a lot of changes against the tables the procedure runs against?

    What you are describing...

    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: TabLock and TablLockX Confusion

    The X lock is coming from an update statement. The update while there is a table lock is not permitting the select to run until that transaction is committed.

    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 We Don't Want

    paul.knibbs (3/5/2013)


    ... I'll allow myself to be gobsmacked that such an obvious flaw has made it into three major browsers. Who audits the code for these things?

    +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

  • RE: Clustered Index

    Thanks for the question.

    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: Installing ReportServer on separate server.

    You mentioned data retrieval and render time, how about processing time?

    I am curious to know if any optimizations have been made towards SSRS settings.

    How does the data retrieval compare when...

    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 2008 R2 not starting after moving"model" database

    In addition to what Minaz threw out there, is the server Clustered? If so, verify that the location that the model db was moved to is on a resource...

    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 - 4,966 through 4,980 (of 19,560 total)