Viewing 15 posts - 3,931 through 3,945 (of 6,036 total)
In traditional rounding true but BR is not traditional rounding
Not true.
Did you read definition of BR?
It says if ALL following digits are zeros.
Problem is you don't know the ALL following...
_____________
Code for TallyGenerator
June 23, 2007 at 4:26 pm
David, there are no numbers "exactly half way" as BR specified.
Read previous page.
Pay attention to the part where I explain why it's not possible to have a value equal to...
_____________
Code for TallyGenerator
June 23, 2007 at 6:58 am
Pray you'll be the only user forever.
Otherwise response time not gonna be that good.
And 100k rows is not a real life database size.
Remember, Excel can hold 65k rows.
And don't you...
_____________
Code for TallyGenerator
June 23, 2007 at 4:06 am
Normalization is just the way of storing data.
If it's stored correctly from the beginning there is no need for conversion.
I did not time "de-normalization part" in your script either.
_____________
Code for TallyGenerator
June 23, 2007 at 3:53 am
If you are not sure don't say.
Otherwise people would consider you don't know what you are talking about.
Should your "not sure" be considered as an apology?
_____________
Code for TallyGenerator
June 23, 2007 at 3:50 am
It's not me.
It's math.
Good for you, you did not forget it completely, and I needed just remind you some important things.
Unfortunately, not everyone here is that lucky.
And what is more...
_____________
Code for TallyGenerator
June 23, 2007 at 3:42 am
Yes, BR is defined differently, and its definition of BR is wrong.
It returns wrong results every time it's different from TR by definition.
_____________
Code for TallyGenerator
June 23, 2007 at 1:14 am
So, what's the point to use BR if every time it is different from TR it's wrong?
Would it be more logical to use rounding which is right every time, even...
_____________
Code for TallyGenerator
June 23, 2007 at 12:40 am
Sorry to remind you, but you still failed to answer the question:
Is there place for values 2/3, 1/9, 4/7 and, if yes, where is it?
> BR is used in...
_____________
Code for TallyGenerator
June 23, 2007 at 12:17 am
Is it good or bad result?
Let's check:
SELECT StringValue,
CASE WHEN StringValue...
_____________
Code for TallyGenerator
June 23, 2007 at 12:12 am
> You are always convinced that you are never wrong.
Are you sure you are right?
_____________
Code for TallyGenerator
June 22, 2007 at 7:30 pm
I can tell.
It's ordered to sort by some kind of group (integer value at the beginning) and then by item (second part).
And you cannot explain why to sort serial numbers...
_____________
Code for TallyGenerator
June 22, 2007 at 7:23 pm
By the way it requested to be ordered I can conclude it's 2 concatenated values.
Saving concatenated strings in tables is an error which will cause (already causes) problems in retrieving...
_____________
Code for TallyGenerator
June 22, 2007 at 4:21 pm
Then what did you do?
You split original column into 2 (normalized the data) and built derived table with normalized data on fly.
No indexes, no statistics.
Worst possible approach.
Populate @TestData with 100k...
_____________
Code for TallyGenerator
June 22, 2007 at 4:11 pm
What was the first post about?
I don't see any "quote delimited format" here.
Can you explain what exactly do you need?
_____________
Code for TallyGenerator
June 22, 2007 at 2:52 pm
Viewing 15 posts - 3,931 through 3,945 (of 6,036 total)