Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • Reply To: The First Rule

    So you don't see California splitting any time soon?

    Maybe seceding. Then we can just throw CA away. Or perhaps sliding into the ocean, then we can just throw CA away...

  • Reply To: The First Rule

    "OH for Ohio is a perfectly good natural key, and it is not going to change." Until it does - states have split quite a few times, e.g. Virginia and...

  • Reply To: Lots of data in RAM

    Michael,

    I agree. As hardware becomes faster and faster, the software being developed becomes more and more bloated! The "hello world" program, which compiled into 1K of code 20 years ago...

  • Reply To: Lots of data in RAM

    Good ole TRS-80 days. I remember them well. I upgraded from 4K to 16K and thought I had all the memory I'd ever need, until I got the expansion interface...

  • Reply To: Dynamic SQL for beginners in 33 minutes

    OMG (and I NEVER use OMG), are you kidding. I took a nap and don't think I missed anything. I watched for 2 minutes as computer-generated code was typed on...

  • Reply To: How to Unclog SQL Server

    Is it really fair to not create a PK on the table variable and create one on the temp table and compare the query plan?

    You CAN create a primary key...

  • Reply To: Add working days but avoid holidays

    I have to agree with Jeff for yet another reason. While this particular function was written for this particular application, and you will NEVER be looking more than 20 days...

  • RE: Splitting Strings in SQL Server 2016

    Maybe someone already brought it up, but I am a little curious as to why the OPENJSON function was even mentioned in this article. I can't see that it...

  • RE: Indexing Foreign Keys

    I guess I am a bit 'perplexed' by this article. It was good. It was well written, and it did provide some useful information, but in the end the conclusion...

  • RE: A Case FOR Cursors...

    Hugo Kornelis (9/10/2016)


    dbishop (9/10/2016)


    I too try to avoid them at all cost, and generally will opt for, as you stated, a well written WHILE loop.

    Why? In my experience, a (well...

  • RE: A Case FOR Cursors...

    Jeff Moden (9/9/2016)


    dbishop (9/9/2016)


    Let me rephrase that or someone will take exception: there are times (rare cases) where using a cursor turns out to be the more efficient way of...

  • RE: A Case FOR Cursors...

    patrickmcginnis59 10839: What I like is that if you Google "considered harmful" you will find a plethora of articles on things considered harmful in the programming world. The one I...

  • RE: A Case FOR Cursors...

    Carlo: "So, except some rare case, there's no reason to use cursors!"

    Which, I guess, to a point, is what he was saying. I think everyone will agree that there are...

  • RE: Strip HTML Tags

    I know it has been quite some time since this was posted, but I have a question. The code is looking for an EXACT match to the start tag. However,...

  • RE: SELECT INTO vs INSERT INTO on Columnstore

    I'm sorry if I am being too critical, but this seemed like more of an article to provide a lot of screen shots, and not a lot of substance. SELECT...

Viewing 15 posts - 1 through 15 (of 32 total)