Forum Replies Created

Viewing 15 posts - 18,871 through 18,885 (of 19,560 total)

  • RE: Need Help with Lengthy Join

    I agree with Andrew here. There is at least one table causing your results to grow. Narrow it down as Andrew explained and work on the select statement...

    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: Parameterized value using check constraint in view not working

    BTW, thanks for posting that information.

    The tsql to change the parameterization is:

    ALTER DATABASE [TestC] SET PARAMETERIZATION FORCED

    GO

    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: Parameterized value using check constraint in view not working

    Ah now I see what the issue is.

    I was able to get both to use the same execution plan by changing the Parameterization option in TestC db to 'Forced'

    In 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: Today's Random Word!

    Now that I read the rest of the thread - after my last post - it seems a bit late.

    Happy Birthday again anyway.

    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!

    GilaMonster (12/7/2009)


    CirquedeSQLeil (12/7/2009)


    Antiquated

    I take exception to that. 😉 :hehe:

    Good thing I got it in there before you posted Birthday.

    And if it is your birthday - Have a Happy Birthday.

    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?

    RBarryYoung (12/7/2009)


    Here's one that reminded me of many of the questions the we get: http://dilbert.com/strips/comic/2009-12-07/

    Very accurately depicted

    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: Reindexing VLDB is Causing Massive Replication Changes to DR Site - Question

    DBADave (12/7/2009)


    Yes. One 250GB clustered index. It's a financial system used in the trading industry so we have no control over the design.

    SORT_IN_TEMPDB is used, but...

    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: DBCC CHECKDB is taking to long

    I would let it run to completion if at all possible.

    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: URGENT: Question about merge and hash JOIN

    I think you will find that the advice given by the experts here has been generous.

    Many of the people that have responded to you post are Interviewers and influential in...

    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?

    GilaMonster (12/7/2009)


    CirquedeSQLeil (12/7/2009)


    GilaMonster (12/7/2009)


    Grant Fritchey (12/7/2009)


    Nah, I'm just peeved because of... well, read for yourself.

    Oh man. Bob, I LOVE your reply to that thread. What I was thinking, but too...

    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: Reindexing VLDB is Causing Massive Replication Changes to DR Site - Question

    DBADave (12/7/2009)


    What software and/or processes do people follow when reindexing a 250GB+ index? When our weekend reindex job runs against a 750GB+ database it generates 500GB+ of changed data...

    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: Update Statement Joins

    bpowers (12/7/2009)


    How can I accopmlish the following? I want to update the Cust_Line_Del table based on information from the Cust_Order_Line and Customer table. I am not sure how to join...

    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: Reindexing VLDB is Causing Massive Replication Changes to DR Site - Question

    sql_lock (12/7/2009)


    You could try changing the recovery model (if you operational policy allows it).

    If you do change the model then be sure to backup the db (after you set back...

    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: n.value = isNull(@Value,n.Value) Different Record Counts Returned.

    Please post sample data and table schema.

    The two should return the same results. It seems that some data may be amiss, or maybe a setting in the linkedserver setup.

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

    NewBeeSQL has hit it on the head.

    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 - 18,871 through 18,885 (of 19,560 total)