Forum Replies Created

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

  • Reply To: Is It Worth Writing Unit Tests?

    Steve Collins wrote:

    ZZartin wrote:

    Why pick the first thing he said?  I chose the last thing!  He had pretty much the same conversation we're having and already made the distinction between testing...

  • Reply To: Is It Worth Writing Unit Tests?

    Steve Collins wrote:

    A few pages back Jeff Moden wrote:

    And, that's why I don't care for what people are calling "Unit Tests". It doesn't make sense to have two pieces of code...

  • Reply To: Is It Worth Writing Unit Tests?

    Not really. Saying that I don't think you understand, is not an ad hominem attack. I also didn't mean it as an insult, just trying to figure out where you're...

  • Reply To: Is It Worth Writing Unit Tests?

    Steve Collins wrote:

    [

    The same reason you unit test anything?  It's either the new development or it's something you're modifying.

    New development and modifications should be tested over and over until they work...

  • Reply To: Is It Worth Writing Unit Tests?

    Steve Collins wrote:

    Ah, ok. So the reason you may want to keep unit tests is if anything needs to change with your data model, you've already documented how things should work...

  • Reply To: Is It Worth Writing Unit Tests?

    Steve Collins wrote:

    chris geswein wrote:

    In my opinion unit testing in a relational database is basically fruitless.  The whole idea is the data model is schema bound.  So what are you testing but...

  • Reply To: Is It Worth Writing Unit Tests?

    Steve Collins wrote:

    coolman02 wrote:

    David

    the non-SQL parts of our C# app are tested with a few unit tests and a lot of manual tests.

    We plan to reverse the quantity (unit testing first...

  • Reply To: Is It Worth Writing Unit Tests?

    In my opinion unit testing in a relational database is basically fruitless.  The whole idea is the data model is schema bound.  So what are you testing but only to...

  • Reply To: Service Broker Sending Directions

    Answered the question only so I could comment about Service Broken. Please don't correct it, it's appropriate as is.

  • RE: Dropping Temp Tables

    Interesting! I have to admit, I didn't know the answer, but used the process of elimination and then chose the most shocking of the 2 answers left. Now I'm going...

  • RE: Invalid Parsename

    Jeff Moden - Wednesday, December 12, 2018 6:57 AM

    chris geswein - Monday, December 10, 2018 10:44 AM

  • RE: Invalid Parsename

    Steve Jones - SSC Editor - Monday, December 10, 2018 7:09 AM

    Still not sure where to use this, but it is an...

  • RE: Missing Indexes

    Well, I fell trap to semantics. I held tight to the keyword "seen" and all that could truly be seen in what was provided was the one index. Oh well.

  • RE: Who's Using the DAC?

    I think you have a typo in your first paragraph, last sentence. I think you meant resorting and not restoring.
    That being said, I enjoyed the article. As someone whose...

  • RE: Using APPLY to make your queries DRYer

    Oh wow. Why have I never considered using APPLY for this purpose? You've just simplified my life. Thank you, sir!

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