Viewing 15 posts - 2,686 through 2,700 (of 3,348 total)
I rated this article "poor". A lot of the information is correct, and relevant - but there is a very important error, right at the start of the article.
The author...
August 24, 2010 at 3:15 am
tommyh (8/24/2010)
Hugo Kornelis (8/24/2010)
ziangij (8/23/2010)
tommyh (8/24/2010)
With every setting at the default however SQL allows this. Now i havent been able to replicate the error.
Frankly, this surprises me a lot more...
August 24, 2010 at 1:19 am
ziangij (8/23/2010)
for
select ROUND(748.58, -3)
result displayed is 1000.00
but when i execute the same i get an error:
An error occurred while executing batch. Error message is: Arithmetic Overflow.
any suggestions plz....
August 24, 2010 at 12:26 am
pankaj upadhyay (8/23/2010)
August 23, 2010 at 8:18 am
pankaj upadhyay (8/23/2010)
August 23, 2010 at 5:42 am
(removed - I thought this was in a different discussion)
August 23, 2010 at 4:53 am
Toreador (8/20/2010)
Hugo Kornelis (8/20/2010)You can actually run DBCC CHECKALLOC and DBCC CHECKCATALOG on tempdb. You will not get an error, but on the other hand, nothing will actually be done.
Which...
August 20, 2010 at 2:55 am
I got it right, but it was a coinflip. You can actually run DBCC CHECKALLOC and DBCC CHECKCATALOG on tempdb. You will not get an error, but on the other...
August 20, 2010 at 12:56 am
Michael Riemer (8/19/2010)
August 19, 2010 at 8:32 am
andrewd.smith (8/18/2010)
Say we have some sort of versioning system where the version number comprises a...
August 19, 2010 at 12:55 am
jts_2003 (8/17/2010)
August 17, 2010 at 2:45 pm
Toreador (8/17/2010)
So why not just make it a Bit datatype and call it 'Truncate' instead of 'Function'? Did it original behave differently?
Good question. And I have no idea.
I did check...
August 17, 2010 at 8:21 am
bitbucket-25253 (8/17/2010)
For a completly different answer - execute the code with the setting forARITHABORT ON and note the difference. An important fact to be aware of.
Huh? I executed this...
August 17, 2010 at 7:14 am
OCTom (8/16/2010)
August 16, 2010 at 2:34 pm
Viewing 15 posts - 2,686 through 2,700 (of 3,348 total)