Viewing 15 posts - 3,796 through 3,810 (of 6,036 total)
Ben, I would suggest to you as well to run a simple test.
You cannot believe how much stuff you can find in Internet is absolute cr.p.
And you probably missed this:...
_____________
Code for TallyGenerator
July 12, 2007 at 4:10 pm
dmbaker,
I wish you read it as many times as you posted it.
an exact representation of the number
Representation is named exact, not the number.
I really don't know what they mean by...
_____________
Code for TallyGenerator
July 12, 2007 at 3:49 pm
Why don't you run a simple test and show results to your boss?
_____________
Code for TallyGenerator
July 12, 2007 at 2:37 pm
dmbaker,
in definition of datatype "DECIMAL (s, p)" what is "p"?
What is the range of possible values of "p"?
Absolutely precise numbers must have p = infinity.
Can you specify such datatype?
_____________
Code for TallyGenerator
July 12, 2007 at 2:24 pm
DROP TABLE YourTableName
CREATE VIEW dbo.YourTableName
AS
SELECT ID, COUNT(*) as IDCount
FROM dbo.SourceTable
GROUP BY ID
GO
SELECT * FROM dbo.YourTableName
_____________
Code for TallyGenerator
July 11, 2007 at 6:30 pm
You don't need all this hassle at all.
Update dbo.UserTable
Set B=@B
Where A=@A
That's it.
If there are no rows with A=@A no rows gonna be updated anyway.
And, yes, get rid of...
_____________
Code for TallyGenerator
July 11, 2007 at 4:48 pm
Replace the table with a view.
_____________
Code for TallyGenerator
July 11, 2007 at 4:30 pm
"DTC" means "Distributed Transaction Coordinator".
It must be on to perform distributed transactions.
Noel pointed on it in the very first reply.
_____________
Code for TallyGenerator
July 11, 2007 at 4:25 pm
rlively,
I hope you don't have problems with answering the question what's the weight of the feather on your scales if scales display 0.0 lbs.
And ypo not gonna have problem with...
_____________
Code for TallyGenerator
July 11, 2007 at 3:57 am
July 11, 2007 at 3:33 am
The matter of fact - you both have nothing to answer on the simple question without humiliating yourself.
_____________
Code for TallyGenerator
July 10, 2007 at 7:25 pm
You may want to take time to explain what is the actual weight when weights display 0.0 lbs.
_____________
Code for TallyGenerator
July 10, 2007 at 6:57 pm
actual weight of -0.1
Wow, negative masses went into the play...
Dumb goes dumber.
![]()
_____________
Code for TallyGenerator
July 10, 2007 at 6:41 pm
If procedure length exceeds 4000 characters and linked server name is after 4000th character this won't work.
_____________
Code for TallyGenerator
July 10, 2007 at 5:44 pm
David,
start from zero.
If scales show 0.0 lbs it means that actual weight is...
Between -0.1 and +0.1?
Yeah, right.
_____________
Code for TallyGenerator
July 10, 2007 at 5:36 pm
Viewing 15 posts - 3,796 through 3,810 (of 6,036 total)