Forum Replies Created

Viewing 15 posts - 45,451 through 45,465 (of 59,063 total)

  • RE: Table Variables and performance

    Michael Earl (10/8/2008)


    A table variable usually has to get pretty big before it spills over into TempDB.

    Just because the table name shows up in TempDB, doesn't mean that's where it...

  • RE: Table Variables and performance

    Peso (10/13/2008)


    There you go! 🙂

    I learn something new every day...

    Heh... me too! That's why I hang around here so much. Today, I learned that there was such a...

  • RE: What are the Party Plans?

    Steve Jones - Editor (1/28/2009)


    Yep, wasn't sure it would cross over night or today, and I still have images coming for the stuff, so announcement tomorrow.

    thanks everyone!!

    I think we're purchasing...

  • RE: Hierarchies in SQL

    danielk1 (1/28/2009)


    I just feel, to tie myself to a DB structure type, like you mentioned using the hierarchcical ID, might limit my application's portability - say, if I want to...

  • RE: Hierarchies in SQL

    ventsislav.mladenov (1/28/2009)


    Or you could use CLR store procedures which are very fast in execution and sometimes are faster than T-SQL.

    http://blog.vmladenov.com/?p=197

    Since you say "Now the fact is that the C# store...

  • RE: Trying to rewrite RBAR Function

    Your last couple of sentences put that all together very nicely! I was aware of being able to put indexes on calculated columns, but didn't know you could make...

  • RE: Trying to rewrite RBAR Function

    Ok... the reason why the Tally table looses is because of the extra calculation I had to put into the STUFF function to make the Tally table appear to count...

  • RE: Trying to rewrite RBAR Function

    Jean-François Bergeron (1/28/2009)


    Well, I got a simple 3.0Ghz Dev machine with 4GB of Ram. It's not that quick, trust me. And I ran the query on 200k rows that has...

  • RE: Trying to rewrite RBAR Function

    smunson (1/28/2009)


    Jeff,

    Can you supply the code necessary to generate the test data you used? I have a quad-core 2.83GHz machine with SQL 2005 DE SP2 that I'd...

  • RE: CLR Running in Mirrored Environment

    Actually, that does. Thank you for taking the time to explain.

  • RE: Earning Credit

    Domagoj Orec (1/28/2009)


    Steve you should have been more suspicious about this guy, he joined two months ago and has only 4 visits to this page and 0 points.

    plagiarism is always...

  • RE: SMO vs SQL-DMO

    Actually, I'd still like to know (if the OP ever gets this), what either was being used for. Sometimes, there's a T-SQL solution that will blow both methods out...

  • RE: CLR Running in Mirrored Environment

    jzelenda,

    What does the CLR actually do, please?

  • RE: CLR Running in Mirrored Environment

    Heh... and we still don't know what the CLR does, do we? 😉

  • RE: Hierarchies in SQL

    Nicely done, Gus. And, considering that the article is about a fix you made for an actual problem having to do with Adjacency and Nested Set methods, I...

Viewing 15 posts - 45,451 through 45,465 (of 59,063 total)