Viewing 15 posts - 4,171 through 4,185 (of 6,036 total)
> The bankers Round function prevents this type of error.
It does not.
It prevents some cases of this type of errors.
Very limited cases.
June 4, 2007 at 7:47 pm
"Convergent Rounding" or "Round to Nearest Even" or "Round Half Even", also called "Banker's rounding", also called "Statistician's rounding" (yep, that's right, statistician's), and many other names is a perfectly...
June 4, 2007 at 7:35 pm
I did not start personal attacks.
Don't want to be attacked - do not attack.
June 4, 2007 at 5:46 pm
It does not fail if you do it right, as math school book tells:
Do calculations using 4 digits precision (money datatype) and compare displayed values (2 digits precision).
BTW, taxing authorities...
June 4, 2007 at 5:30 pm
SELECT @j-2 AS ParameterName, [col_1] AS parameterValue
FROM [table_2] ...
June 4, 2007 at 5:23 pm
>> You have not proved to me that there is not a case for using a Bankers Round function.
This clearly illustrates your "minor in math".
Non-existence should not be proved.
If...
June 4, 2007 at 5:19 pm
This is the case where a bankers round function helps, because the only time I have had this fail was when the some of the components was LESS THAN...
June 4, 2007 at 5:10 pm
You are a brainless moron.
Please don't take it as an insult, it's just an observation on my part.
Happy with that?
(It does not mean it's my opinion, it's just a reflection...
June 4, 2007 at 3:39 pm
Bojidar,
if your user is creating an order, and Order Number to be generated by some algorythm how you can make sure 2 users creating 2 orders at the same time...
June 4, 2007 at 3:20 pm
If you entered the argument again and you did not admit you're wrong what's the point then?
Move to personal insults when you fail again?
Still waiting to see what the Bankers...
June 4, 2007 at 2:56 pm
Try it.
Not in production, of course.
See how much you can restore.
BTW, because I don't expect many errors during execution of DROP TABLE that transaction gonna be committed before you know...
June 4, 2007 at 4:00 am
OK, Lynn, as soon as you admit you were wrong and you can prove something to me (no point to ask for apologi, I guess), lets continue.
You said, midnight event...
June 4, 2007 at 12:28 am
I believe you missed the topic "How restore the data from dropped table".
You cannot imagine what kind of queries developers can send.
June 3, 2007 at 3:41 pm
You promissed - stay out.
When you have learnt not to take personal point in discussions you'll be allowed to join.
We'll definitely find the common groung with David without your "help".
June 3, 2007 at 2:18 am
Viewing 15 posts - 4,171 through 4,185 (of 6,036 total)