Viewing 15 posts - 3,871 through 3,885 (of 6,036 total)
Noel, I wonder, what if database schema is changed?
New column added, datatype for the column is changed, new table(s)/view(s)/procedure(s) created.
As far as I know this will not be picked up...
June 27, 2007 at 7:13 pm
Third time.
Especially for idiots.
1) The way TR rounds 0.1250 shows that it takes 0.1250 as > 0.1250(0);
2) The way TR rounds 0.1249 shows that it takes 0.1249 as 0.1250(0)...
June 27, 2007 at 7:02 pm
Joe, as far as it's described it's not your problem.
The file you've got is built not according to tab-delimited text file specification.
The thing is building those files is faulty and...
June 27, 2007 at 6:12 pm
Playing idiot?
Or no need to play?
June 27, 2007 at 5:33 pm
Sorry, it was yours.
So, what is your way to supply 1/3 to BR function?
As a decimal with at least the precision of the input datatype
Which is correct representation of 1/3:
money...
June 27, 2007 at 5:30 pm
INNER JOIN @Raw R2 ON R1.ID + N - 1 = R2.ID
WHERE R1.ID % (@NthRow-1) = 0
June 27, 2007 at 5:20 pm
as far as I know the only way to accurately define 1/3 other than a fraction is to store the decimal,fractional and period to define it, but I know of...
June 27, 2007 at 4:12 pm
SELECT R1.LastName, R2.LastName
FROM @Raw R1
INNER JOIN @Raw R2 ON R1.ID + 1 = R2.ID
WHERE R1.ID % @NthRow = 0
June 27, 2007 at 3:47 pm
David,
Still waiting for you to show the way you can supply 1/3 to the function.
Concentrate, please. Don't be distracted.
June 27, 2007 at 3:34 pm
Does it matter?
The question was if EXISTS and NOT EXISTS are equivalent.
The answer does not depend on sargability of EXISTS.
June 27, 2007 at 3:31 pm
Heh,
There is no "NOT EXISTS".
There is "EXISTS" and "NOT" which reverse boolean result of "EXISTS".
What "not sargable" could appear in reversing boolean value?
June 27, 2007 at 3:17 pm
David, I see it's your rule - don't believe in facts if they contradict your believes.
Acceptable for a priest, not good for a scientist.
![]()
June 27, 2007 at 2:28 pm
Noel, here is your "lack of knowledge" ![]()
We experienced failure of subset of databases, not all of them.
When functionality of primary server was restored...
June 27, 2007 at 2:19 pm
Translation:
"No! No!!! I not gonna admit!"
What else you need to prove after I proved that TR is based on assumption that trailing digits beyond precision are anything but "all zeros"?
June 27, 2007 at 2:04 pm
Chris, look at your watches at noon.
What do you see?
Now, who is the rubbish - you or your watches?
Or the definitions on the cite?
12am and 12pm notation exist much longer...
June 27, 2007 at 1:56 pm
Viewing 15 posts - 3,871 through 3,885 (of 6,036 total)