Forum Replies Created

Viewing 15 posts - 4,516 through 4,530 (of 22,211 total)

  • RE: Update statistics after Index Rebuild ?

    BLOB_EATER (8/18/2016)


    Grant Fritchey (8/18/2016)


    Jeff Moden (8/18/2016)


    It also names the stats in a fashion almost identical to how SQL Server does it

    BWA-HA-HA!

    I was just having a conversation about statistics in...

  • RE: Update statistics after Index Rebuild ?

    Jeff Moden (8/18/2016)


    It also names the stats in a fashion almost identical to how SQL Server does it

    BWA-HA-HA!

    I was just having a conversation about statistics in India last week...

  • RE: Identify Actual User / Host Connecting...

    Using extended events, you can capture all the connection information and suss out if there is any information that might lead to the individual user in that way. However, the...

  • RE: Execution Plan Question

    Brandie, go home.

  • 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: Blocking on index

    It means that while inserts/updates/deletes are occurring, the processing necessary to add/modify that data in that index is causing blocking of other processes. That's all. Based on this, we don't...

  • RE: Update statistics after Index Rebuild ?

    Yes to everything Gail says. Plus, we're not even addressing whether or not we need to worry about sample size or Full Scan on the statistics updates. Different statistics and...

  • RE: Execution Plan Question

    Josh B (8/17/2016)


    Gotta love the new CE! Is there an index that exists on the table that you think it should be using but isn't? If you can...

  • RE: what are some common naming conventions for sprocs?

    Lots of different standards on this. My one suggestion, regardless of the method you arrive at, be consistent in applying it. Doing some stuff one way, other stuff another, is...

  • RE: Writes in select statement

    Yep, and could come from a number of causes. One of the easiest to explain is that you have a Spool operation which is writing out to tempdb. Another is...

  • RE: Execution Plan Question

    Chris is also offering good advice. It just wasn't there when I started typing.

  • RE: Execution Plan Question

    Everything Lowell says.

    I'm assuming that you're getting a LOOPS join, hence the estimated number of rows is 1? If so, that estimate isn't necessarily off. You need to combine that...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (8/17/2016)


    Steve Jones - SSC Editor (8/16/2016)


    Brandie Tarvin (8/16/2016)


    Has anyone here used GitHub?

    If so, what did you think about it? Was it helpful? Was it annoying? Any caveats I...

  • RE: Linked server query merging remote data with local - deadlock victim

    JarJar (8/17/2016)


    ...i've added missing indexes for all the joins possible...

    based on an evaluation of the execution plans to understand where indexes are needed... I hope. Not just a blanket,...

  • RE: Still Confused about the difference between varchar(max) and varchar(8000)

    joshua 15769 (8/16/2016)


    If i use Primary keys for my query? am i properly indexing my query? sorry for these replies, I really don't know much about data degeneration and such...

    Maybe....

Viewing 15 posts - 4,516 through 4,530 (of 22,211 total)