Forum Replies Created

Viewing 15 posts - 3,526 through 3,540 (of 8,416 total)

  • RE: Minimising use of tempDB during large INSERT

    Drammy (5/4/2010)


    Yep, there's 1 VARCHAR(MAX) column. Here's the table definition for the target table:

    Interesting. I'll have to double-check to be 100% sure, but I'm pretty sure that SQL...

  • RE: Missing numbers in a series

    Jeff Moden (5/4/2010)


    Absolutely. You know me... I never turn down knowledge. Thanks, Paul.

    Hey Jeff and Mr Coffee - I'm not saying a SQLCLR solution won't suck (it might...

  • RE: Minimising use of tempDB during large INSERT

    Drammy (5/4/2010)


    Sorry 'bout that.

    No worries - I was being daft really. 🙂

    The table has been created immediately before the population, the indexes haven't yet been added to the target table...

  • RE: A round number

    Hugo Kornelis (5/4/2010)


    Here is another repro that runs fine on all clients, to demonstrate that SQL Server itself actually does not have any issues with this code:

    -- Or, the more...

  • RE: A round number

    r.hensbergen (5/4/2010)


    I got the answer correct for the wrong reason... This really surprises me and definitely learned a lot from this! Shows how important it is to always convert your...

  • RE: A round number

    Christian Buettner-167247 (5/4/2010)


    Does not look like it is settings related.

    Here is the code executed via each client tool:

    Hey Christian,

    Thanks for the awesome feedback there - but have you noticed that...

  • RE: Minimising use of tempDB during large INSERT

    I am beginning to feel sad, lonely, and ignored in this thread 🙁 :crying: :laugh:

    Please someone read my previous post. Say it's nonsense, I don't care, just read it...

  • RE: Optimization: DE-Delimiting a Semi Colon Delimited List

    Jeff Moden (5/4/2010)


    Heh... sorry... I was being a bit of an "SA".... I 100% agree about the right tool for the right job. I just didn't want folks to...

  • RE: Missing numbers in a series

    Jeff Moden (5/3/2010)


    ...Here's the gap detection code I spoke of. It takes about 3 seconds to run on that same 8 year old machine. I'm thinking that because...

  • RE: Improving Performance of Cross-Partition Queries

    For SQL Server magazine subscribers, Itzik Ben-Gan has an article on exactly this issue at:

    http://www.sqlmag.com/article/microsoft-products/max-and-min-aggregates-against-partitioned-tables.aspx

    That was published March 16 2010.

    Anyway, about this article. I'm afraid I did not rate...

  • RE: A round number

    Hugo Kornelis (5/4/2010)


    Good observation, Christian. The format of the error message, which looks quite different from errors that are thrown by SQL Server, is also an indication that there is...

  • RE: A round number

    Christian Buettner-167247 (5/4/2010)


    One important observation: This is an error caused within the client tool, not within SQL Server. Query Analyzer has no issues; SQL Server management Studio does have...

  • RE: Optimization: DE-Delimiting a Semi Colon Delimited List

    Jeff Moden (5/3/2010)


    Paul White NZ (5/3/2010)


    Nine times out of ten a SQLCLR solution is faster than the Tally table and uses fewer resources:

    ... for string splits.

    Yes 🙂

    There are plenty of...

  • RE: Optimising Server-Side Paging - Part I

    tobyteel (5/3/2010)


    What's the point of the second CTE in your Key Seek solution? It seems like that could easily be incorporated into the final select statement. Seems to...

  • RE: Optimising Server-Side Paging - Part I

    Florian Reischl (5/1/2010)


    Hey Paul

    Thanks for sharing this great article!

    Best wishes,

    Flo

    Hey Flo, thanks very much! I'm a big fan of your blog by the way.

Viewing 15 posts - 3,526 through 3,540 (of 8,416 total)