Forum Replies Created

Viewing 15 posts - 8,236 through 8,250 (of 8,416 total)

  • RE: The T-SQL Paradigm

    dphillips (4/20/2009)


    And by the way Steve Dassin, you may want to go re-read Snarky's comments.

    Let it go dude 🙂

  • RE: Best Replaces for Cursor

    TheSQLGuru (4/20/2009)


    Great minds think alike! 😎

    Speak for yourself! I pride myself on having a rather average mind :laugh:

  • RE: Performance issue with tally solution

    Phil Factor (4/20/2009)


    I'm sorry, folks, but these CLR string-splitting techniques don't scale up

    It will be interesting to see how this pans out. I would be surprised if your results...

  • RE: Solid State Storage is here as a feasible solution?

    Well yeah it's all cool an' all, but as you say - expensive. SSDs aren't a panacea of course - we just found they solved a particular problem quickly,...

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    Charles Kincaid (4/20/2009)


    First, if I offended anyone I apologize. I am a sarcastic twit and I do need to be called on it. Yes, everyone has a right to...

  • RE: Best Replaces for Cursor

    TheSQLGuru (4/20/2009)


    Any situation where a set-based solution CANNOT be used. One example is where you need to call multiple sets of sprocs with inputs from a single row and...

  • RE: Error Create Assembly vb.net CLR

    Matthew,

    You removed the -g1024 correctly.

    Drop the assembly if it exists, add re-create it from a local disk. Good stuff.

    Lock pages in memory will do nothing, as you know. ...

  • RE: What do Profiler Reads really count ...

    Thanks Gail.

    I cannot believe I actually went off to see if there was any way I could get a variable assignment to generate reads in profiler :blush:

    The guidance on rows...

  • RE: Error Create Assembly vb.net CLR

    Matthew,

    Thanks for that.

    Did you remove the -g start up option? That is most likely casing the 'memory pressure' message. Once that goes away, moving the DLL to the...

  • RE: Distinct Query Problem

    sward (4/20/2009)


    Can you not just distinct on one column only then display the rest of the columns based on the results for the distinct column person_code?

    Seems crazy i can't get...

  • RE: Solid State Storage is here as a feasible solution?

    Hey everyone,

    Just to add to the whole solid-state reliability thing: we serve two thirds of all the web pages viewed in New Zealand daily and use four Ram-San 400s for...

  • RE: Page split

    The question is answered, but for anyone interested:

    There is another type of split, new to SQL2K5. Individual columns on an existing page can be 'split' onto a ROW_OVERFLOW allocation...

  • RE: What do Profiler Reads really count ...

    Hey Tim,

    MSDN


    A logical read occurs every time the database engine requests a page from the buffer cache. If the page is not currently in the buffer cache, a physical read...

  • RE: Do you need Dynamic SQL to query multiple databases?!

    $0.02:

    SYNONYMs are very cool, but beware of incompatibilities with any (usually legacy) code which might barf when it sees a synonym instead of a 'real' object.

    We had an instance where...

  • RE: Error Create Assembly vb.net CLR

    Thanks for the details Matthew (though you forgot to include whether it is SQL Server Enterprise, Developer, Standard or Workgroup!)

    Before I get too deeply into your post, I've just noticed...

Viewing 15 posts - 8,236 through 8,250 (of 8,416 total)