Viewing 8 posts - 1 through 8 (of 8 total)
the C# link is broken ... however ... I was able to download the VB code
October 10, 2008 at 3:14 am
My reading of the question is that you are trying to see what effect tweaking (or whatever) makes to your problem.
If this is the case then DROPCLEANCACHE is surely essential...
September 1, 2008 at 3:30 am
CREATE FUNCTION [dbo].[HowManyYears] (@Lo DateTime, @hi DateTime) RETURNS integer
BEGIN
RETURN year(@Hi)-year(@Lo)+case when (100*(month(@Hi)-month(@Lo))+day(@Hi)-day(@Lo))<0 then -1 else 0 end
END
I offer the above as what is known in the UK as...
July 1, 2008 at 6:27 am
With apologies to Elizabeth Barrett Browning ... Let me count the ways
There are two things here ... a real problem and a suggested solution
the problem is ... the infinite no...
October 21, 2007 at 8:14 am
objective=0|1 (digital) subjective=analog ... you have missed the entire point
October 20, 2007 at 5:56 am
The meaning of a code is entirely subjective and has nothing to do with normalization ... it might actually be a picture or several pictures or an mp3/mp4
October 19, 2007 at 6:42 am
There is a point of view (well actually mine) which says that you should not have any lookup tables at all.
The reason being that every description in a lookup table...
October 19, 2007 at 1:09 am
Well, I'm afraid I am not at all impressed with this article ... just one more example of the painting by numbers crowd who will never really get it.
There is...
June 20, 2007 at 12:10 am
Viewing 8 posts - 1 through 8 (of 8 total)