Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 9,699 total)

  • RE: Execution Plan Question

    jasona.work (8/18/2016)


    Brandie Tarvin (8/18/2016)


    Grant Fritchey (8/18/2016)


    Brandie, go home.

    Thank you.

    Wait!

    Before you go, can you work on this one little problem, it should be a quick thing, please?

    :hehe:

    GAAAAAHHHHHH!!!!

    Stop impersonating my users! Or...

  • RE: AlwaysOn failback after DR

    JarJar (8/18/2016)


    Brandie Tarvin (8/18/2016)


    Does that make sense?

    absolutely! Thanks a lot.

    You are welcome.

  • RE: Execution Plan Question

    Grant Fritchey (8/18/2016)


    Brandie, go home.

    Thank you.

  • RE: Are the posted questions getting worse?

    ThomasRushton (8/18/2016)


    Wow. For the first time in *mumble* years as a SQL guy, I've been asked "how do I get the date in SQL Server"

    erm... SELECT GETDATE()

    Thanks Jeff!...

  • RE: Execution Plan Question

    Ed Wagner (8/18/2016)


    Well, Brandie, I guess I'm happy and sad for you. You didn't get to figure out the puzzle, but it isn't a problem for you any more.

    I...

  • RE: Execution Plan Question

    <headdesk>

    So I realized that the date column I'm pulling from history was acting a little funny. We have some dates in August (I.E., the "order" was entered in August but...

  • RE: Execution Plan Question

    ChrisM@Work (8/18/2016)


    Brandie Tarvin (8/18/2016)


    Brandie Tarvin (8/18/2016)


    Ed Wagner (8/17/2016)


    I know this may seem elementary, Brandie, but check the data types of the columns involved in your predicates - in both the...

  • RE: Execution Plan Question

    Brandie Tarvin (8/18/2016)


    Ed Wagner (8/17/2016)


    I know this may seem elementary, Brandie, but check the data types of the columns involved in your predicates - in both the JOIN and WHERE...

  • RE: Execution Plan Question

    Ed Wagner (8/17/2016)


    I know this may seem elementary, Brandie, but check the data types of the columns involved in your predicates - in both the JOIN and WHERE clauses. ...

  • RE: AlwaysOn failback after DR

    JarJar (8/18/2016)


    i think i got it now. this was a missing piece of the puzzle for me. if the db remains in the availability group then it continues to...

  • RE: Execution Plan Question

    ChrisM@home (8/17/2016)


    If you could have posted a .sqlplan you would have done so in your first post. What about a picture of the properties sheet for the data reader operator...

  • RE: Execution Plan Question

    ChrisM@home (8/17/2016)


    How are rows selected from the big left-joined table - only the join, or is there also a filter in the WHERE clause?

    Only on the join. But it just...

  • RE: Execution Plan Question

    ChrisM@Work (8/17/2016)


    It sounds like one or more of the join columns are missing from whatever index is chosen, which would go some way to explaining the poor row count estimate...

  • RE: Execution Plan Question

    Lowell (8/17/2016)


    whenever the difference between estimated rows and actual rows is off by a lot(order of magnitude or more,

    it usually means the statistics are out of date enough to adversely...

Viewing 15 posts - 1,486 through 1,500 (of 9,699 total)