Viewing 15 posts - 3,946 through 3,960 (of 6,036 total)
> But I'm curious how often it gets it wrong in real world usage.
Every time BR returns not the same result as TR.
You did not answer: is there a...
_____________
Code for TallyGenerator
June 22, 2007 at 2:43 pm
Set trigger FOR UPDATE on MyControlTable to perform updates on other tables.
Use value from table "inserted" instead of @last_assigned_id.
And because trigger is a natural tansaction you don't need to declare...
_____________
Code for TallyGenerator
June 22, 2007 at 5:00 am
It can.
If you'll figure out where is a place for 2/3 in your computer.
_____________
Code for TallyGenerator
June 22, 2007 at 4:46 am
June 21, 2007 at 11:14 pm
Create a rule:
AS
@CrCd LIKE '[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]'
Then create a user datatype based on this rule.
Every number will be validated once when stored.
No further validation required.
Probably it would be a good idea to...
_____________
Code for TallyGenerator
June 21, 2007 at 9:22 pm
select * from Table
where customerID = @customerID OR @customerID IS NULL
_____________
Code for TallyGenerator
June 21, 2007 at 3:13 pm
Normalize your table.
_____________
Code for TallyGenerator
June 21, 2007 at 3:02 pm
Michael,
please READ AND UNDERSTAND my previous post.
Please READ AND UNDERSTAND.
I did not reference any number of bits in it.
Because it does not matter.
How many numbers between 0 and 1...
_____________
Code for TallyGenerator
June 21, 2007 at 3:00 pm
There are no numbers represented "accurately enough".
Between every "precise" value represented "accurately enough" there are infinitely many "imprecise" values which cannot be represented "accurately enough" with any decimal reprecsentation, with...
_____________
Code for TallyGenerator
June 21, 2007 at 6:29 am
I'm not cheating.
Those numbers are numbers from real world.
Which come to your computer to be stored with 3 digits precision.
Point is - even with so poor precision your computer can...
_____________
Code for TallyGenerator
June 21, 2007 at 5:35 am
Michael,
does you computer support only 1024 values between 0 and 1?
I tell you, there are much more.
Infinitely more.
Limited precision (in you example - very limited precision ![]()
_____________
Code for TallyGenerator
June 20, 2007 at 10:53 pm
Every minute in a period you are working with.
If you match daily T&A reports - it's for a day.
If weekly - for a week.
And "ID" means any not nullable column...
_____________
Code for TallyGenerator
June 20, 2007 at 7:07 pm
Should be
EXEC @return = sp_executesql @SQLCommand
SET @ErrNo = @@Error
IF @return 0 OR @ErrNo 0
GOTO ErrorHandler
_____________
Code for TallyGenerator
June 20, 2007 at 1:06 am
Lynn, you are really funny guy!
You really need to learn to be professional. Name calling is not good form.
Was it about yourself?
Because it's you who introduced name calling...
_____________
Code for TallyGenerator
June 19, 2007 at 6:04 pm
Your problem is you are "minor in math".
That's why you cannot understand mathematical proof.
Sorry.
But at least you understood "You don't know".
Not so bad for beginning.
Keep trying. Probably one day you'll...
_____________
Code for TallyGenerator
June 19, 2007 at 5:19 pm
Viewing 15 posts - 3,946 through 3,960 (of 6,036 total)