Forum Replies Created

Viewing 12 posts - 76 through 87 (of 87 total)

  • RE: Dataphor

    I've heard that Hibernate in Java has more features than NHibernate in .NET. But regardless, I hate NHibernate. I think it is "OK" for very small, light weight,...

  • RE: The Software Comparison

    Wow, it seems like everyone agrees that software development is like building a house. I'll go ahead and stick my nose out and be the first to say that...

  • RE: Throttle Backup

    Sorry about that. I meant RAID 1.

    Thanks for the suggestions. I guess the short answer is, "No. SQL Server cannot throttle a backup."

    I have asked our hosting...

  • RE: The End of Estimation

    I'm a big fan of VM for testing and development purposes. I have not yet used a VM in a production environment. The latest physical machine I've put...

  • RE: The Downside of Real Time

    I agree with that and in an even broader sense it can simply be covered with "too much information" as you said. I once had complaints about a...

  • RE: Almost Great Service

    I understand the problems you had with the support staff and not getting a callback.  I experienced a similar situation with an XBox Live support person.  He said, "We are...

  • RE: Data Security

    Did you see the episode of "Myth Busters" where they were able to bypass several "home" biometric security devices?  I say "home" because surely the systems they were using didn't...

  • RE: TSQL Faster Than Stored Procedure?

    Believe it or not, Chris, all database engines are "that dumb".  I first encountered this phenomenon over 5 years ago and thought the same thing, "Is SQL Server really that...

  • RE: Site Scope

    Yes, we are using it.  It is pretty good.  Of course as a developer whos applications are being monitored by it I'm a little biased.  It is pretty feature rich...

  • RE: Slow performed SP fix by sp_recompile

    Try using index hints in the stored procedure to force the stored procedure to always use those indexes regardless of whether the statistics are up to date.

    By the way, your...

  • RE: Performance Hit When Using Variable Instead of Literals.

    I have noticed this phenomenon on several occasions. And in fact, it happens in other databases as well like Oracle and IBM DB2. Unfortunately, I have never found an...

  • RE: Bit Flag or seperate columns

    One basic database design principle is to make things as "granular" as possible. Following this design pattern would mean that you would go with the separate bit columns for...

Viewing 12 posts - 76 through 87 (of 87 total)