Viewing 15 posts - 331 through 345 (of 355 total)
crussell-931424 (11/17/2009)
I got the following data:2009-11-16 07:05:34.010 Monday
2009-11-16 07:05:34.010 Monday
2009-11-16 14:05:34.017 Monday
2009-11-16 14:05:34.017 Monday
The seconds were different. So the answer is false. I want my score corrected.
Did you run that...
November 17, 2009 at 8:01 am
stewartc-708166 (11/13/2009)
refer:
http://www.microsoft.com/windowsserver2003/64bit/x64/datacenter.mspx%5B/quote%5D
The Windows Server 2003 family supports single or multiple CPUs that conform to the symmetric multiprocessing (SMP) standard. Using SMP, the operating system can run...
November 13, 2009 at 3:41 am
I almost selected option 6 and then when I double checked my answers, I noticed the tricky char(10) which isn't big enough to fit the whole 'Date is Null' string....
November 9, 2009 at 2:39 am
Also, if I'm rounding a number, I'm trying to reduce the number of digits after the decimal. If it keeps the same number of digits, why round it?
Good example:
Select...
October 28, 2009 at 9:46 am
Michael Poppers (10/28/2009)
slange-862761 (10/28/2009)
Good point. The real deal is that the datatype was implicity set to have 4 decimal places and the round function will not change the datatype....
Exactly. ...
October 28, 2009 at 9:38 am
I never get trailing zeros on a float unless I use Microsoft SQL Server Management Studio. For the last column, I get 3.6 not 3.6000 when I use any...
October 28, 2009 at 3:01 am
Bob Hovious 24601 (10/26/2009)
October 26, 2009 at 7:28 pm
john.arnott (10/16/2009)
October 16, 2009 at 4:15 pm
This one got me again. Another trick question.
The question asked, "Which of these data types will be more efficient?"
Had it asked, "Which of these data types take less hard...
October 16, 2009 at 2:56 am
Rob Goddard (10/14/2009)
All too often you get guys spending hours debugging code and scratching heads when all along it was just someone chuffed up a...
October 14, 2009 at 6:00 am
I just did the same thing -- missed the bit datatype.
120 = 01111000
030 = 00011110
040 = 00101000
120 and 30 = 11000 in binary or 8 + 16 = 24
24 or...
October 14, 2009 at 2:41 am
Damian Widera-396333 (10/9/2009)
October 9, 2009 at 3:30 am
Viewing 15 posts - 331 through 345 (of 355 total)