Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: Writing Nearly Codeless Apps: Part 1

    Where ever you have a top down or bottom up approach, you have compromise where the 2 meet. It really is 2 different problems and both jobs need to be...

  • RE: What Do You Include in Your Database Maintenance Plans?

    I always check available disk space. Several times I have had temp db go wild, or someone/something steal it away. Rapid decrease merits further investigation.

    Performance metrics.

    Failed jobs.

    Open transactions

    Check Database Statuses...

  • RE: Is C# Better?

    It is a matter of the right tool.

    If all you do is general business programming VB.Net will be sufficient and maybe your best choice.

    If you need to access native...

  • RE: How to write(insert) into database faster

    I wonder if you wrapped all your SqlBulkCopys in a transaction if that would help.

    Also, have you profiled your code to make sure that it is the database slowing you...

  • RE: Software Comparison - Part 2

    What I am hearing in Steve's editorials and in the posts, is that we are still trying to find a way of dealing with the pain in software development. Many...

  • RE: A Simple Mistake

    SSC Eights! I was not upset. I should have know than to get into a discussion about language. 😉 I too have grumbled about case-sensitive and...

  • RE: A Simple Mistake

    I really should have not made that observation of the post so far. I should have known that that would catch ire. My apologies.

    I would like to say that in...

  • RE: A Simple Mistake

    Having coded before Bill Gates and in 40+ languages like a previous poster, I prefer case-sensitivity.

    I find that problems such as typo’s that occur in case-insensitive languages, harder to track...

  • RE: Is XML the Answer?

    I have to feel that the article is short sighted and reactionary.

    I used to shy away from XML for the same reasons the author stated, however over the years I...

  • RE: The CLR in SQL Server 2005

    It feels to me that with 2005, Microsoft is moving SQL Server into the application server space. In some instances, perhaps a low transaction volume environment, it make sense that...

Viewing 10 posts - 1 through 10 (of 10 total)