Forum Replies Created

Viewing 15 posts - 91 through 105 (of 131 total)

  • RE: XML nodes help

    Eirikur Eiriksson - Friday, July 6, 2018 10:25 AM

    My guess is that the server has the default "cost threshold for parallelism"...

  • RE: XML nodes help

    Sorry for the late response on this.  Project got put on the backburner for a couple weeks.  So, to catch up, Erikur Erikssons solution in previous post gives me a...

  • RE: Wildcard in IN statement

    Here is my final full code and exec plan if you have a bit of time to look for any further issues.  Thanks again for the help.

    [code...

  • RE: Wildcard in IN statement

    I took your advice, sort of, on the function and revisited the EXISTS .. after some further reading.  I found how to use a CASE statement to get the code...

  • RE: Wildcard in IN statement

    I tried both of those, but they made my query run for over a minute.  The EXISTS... gave me an idea.  I performed a join like this and the query...

  • RE: XML nodes help

    sgmunson - Thursday, June 14, 2018 11:15 AM

    Jackie Lowery - Thursday, June 14, 2018 7:18 AM

    June 15, 2018 at 8:24 am

    #1994119

  • RE: XML nodes help

    Can anyone help with XML code that will return results with better speed?  In the example from the post above, a single record with XML that contains 100 CDD and...

  • RE: XML nodes help

    Eirikur Eiriksson - Tuesday, June 12, 2018 11:21 PM

    If I understand the question correctly, then this could be a solution.
    😎

  • RE: XML nodes help

    Phil Parkin - Tuesday, June 12, 2018 1:27 PM

    Jackie Lowery - Tuesday, June 12, 2018 1:19 PM

  • RE: How to handle very large dataset

    I'm a bit of a noob, but couln't he just create computed columns that convert the data to proper types, then create an index on and query on those computed...

  • RE: finding the right index

    ScottPletcher - Monday, February 19, 2018 2:45 PM

    Wow, yeah, for sure cluster by DateSent if that's the case.  The other conditions won't...

  • RE: finding the right index

    The primary key doesn't have to be clustered?

  • RE: finding the right index

    1.  The form for searching sent docs is by date range, so pretty much any time someone uses that form.  Pretty often.
    2.  A year is about 40K records or...

  • RE: finding the right index

    Here is requested info in CSV format. That ok?

  • RE: USE statement inside create view statement possible?

    pietlinden - Saturday, February 17, 2018 1:31 PM

    Why not just use a the 3-part naming convention when creating your view?

    USE...

Viewing 15 posts - 91 through 105 (of 131 total)