Viewing 7 posts - 1 through 7 (of 7 total)
Will this work on 64 bit Sql Server?
Paul
December 5, 2008 at 4:28 am
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
June 20, 2008 at 12:48 pm
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...
June 20, 2008 at 4:56 am
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.
October 5, 2006 at 3:42 am
Coalesce can be so usefull and easy to read.
Inheritence is a good example
eg select 'EmailAddress' = coalesce(UserEmail, OfficeManagerEmail, DivisionManagerEmail)
February 24, 2006 at 8:50 am
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...
February 24, 2006 at 6:23 am
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...
February 25, 2003 at 6:41 am
Viewing 7 posts - 1 through 7 (of 7 total)