Viewing 15 posts - 916 through 930 (of 1,033 total)
rmechaber (9/12/2008)
CASE Lunch
WHEN ('Lasagna' OR 'Sausage')...
September 12, 2008 at 8:51 am
See if you can't get SQL 2005 Developer... it's the enterprise edition with all the bells and whistles... but it installs onto a client OS (Vista, Win2k, XP, etc).
I used...
September 12, 2008 at 8:35 am
Come on if you follow the link to MS's site you find this glaring at you
SQL Server databases have three types of files:
* Primary data...
August 28, 2008 at 8:57 am
aaah nm figured it out... though the error is not intuitive...
I needed to run the sp_serveroption command for the source server on the destination server..
August 20, 2008 at 9:02 am
Sorin Petcu (8/8/2008)
I think you don't understand or you don't want to understand.
Let me see: how it is represented the number -5 in computer? as binar form as 1111111111111111111111111111111111111111111111111111111111111011 and...
August 8, 2008 at 3:03 pm
Sorin Petcu (8/8/2008)
The computer didn't know nothing about complex numbers. You assume that SQRT function, which is written by...
August 8, 2008 at 9:18 am
Sorin Petcu (8/8/2008)
mtassin (8/7/2008)
Sorin Petcu (8/7/2008)
August 8, 2008 at 8:43 am
Sorin Petcu (8/7/2008)
August 7, 2008 at 2:04 pm
Jack Corbett (8/7/2008)
August 7, 2008 at 12:23 pm
Nm took a simpler route... made a Sproc that reads the version and returns a 1 for 6+ and a 0 for 5 or less... that works fine.
Thanks anyways.
August 7, 2008 at 9:13 am
Sorin Petcu (8/7/2008)
rbarryyoung (8/7/2008)
Actually, it was not any trick here. Because someone would select 16^16 which returns 0. And this means that the input for sqrt will be a negative...
August 7, 2008 at 8:01 am
Sorin Petcu (8/7/2008)
in BOL it says that SQRT ( float_expression )
and float could be, as definition of float,
float - 1.79E+308 to -2.23E-308, 0 and 2.23E-308 to...
August 7, 2008 at 7:50 am
Grant Fritchey (7/30/2008)
Not taking advantage of, for example, a Common Table Expression because it's not supported in DB2 (is it?) seems stupid when you consider that the piece of...
July 30, 2008 at 10:39 am
Ok maybe I'm just slow... 8 hours of training can do that... but...
If you can make a non-deterministic version of RAND() by feeding it a seed... why do I get...
July 28, 2008 at 3:45 pm
Please provide appropriate create table, data insert, etc queries so that folks can troubleshoot this. Also, please state what the desired outcome as well as the current outcome are.
Thanks,
July 25, 2008 at 8:56 am
Viewing 15 posts - 916 through 930 (of 1,033 total)