Forum Replies Created

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

  • RE: Automating Excel from SQL Server

    Will this work on 64 bit Sql Server?

    Paul

  • RE: Best file compression software?

    That's a lot cheaper than it used to be. My last customer had a quad processor server and was charged £2000 ($4000) + £500 pa support.

    Thanks for the info.

    Paul

  • RE: Best file compression software?

    What are the costs of the various products these days? The last time I was involved with Litespeed it was very negotiable. I got the feeling the price was highly...

  • RE: TOP in SQL Server 2005

    The TOP on deletes and updates is so useful.

    It's easy to forget that SET ROWCOUNT will affect triggers. ie You can end up with orphaned rows.

     

  • RE: Four Rules for NULLs

    Coalesce can be so usefull and easy to read.

    Inheritence is a good example

    eg select 'EmailAddress' = coalesce(UserEmail, OfficeManagerEmail, DivisionManagerEmail)

     

  • RE: Four Rules for NULLs

    The two the most common bugs that I have had to deal with are:

    where a nullable column is tested for <>

    eg If there is a Status column and one tests

    Select/Update/Delete TableName Where...

  • RE: New Hardware HELL

    I'd be interested to know how you configured your memory. I too have 4Gb ram and I have not been that successful using it.

    In my boot.ini I've tried /3GB. SQL...

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