Viewing 15 posts - 2,596 through 2,610 (of 3,348 total)
tommyh (9/27/2010)
September 27, 2010 at 4:05 am
da-zero (9/27/2010)
tommyh (9/27/2010)
And yes i dont think $1 should count as numeric. $ is a currency symbol not a number.
+ / * - % are arithmetic operators, not numbers. So...
September 27, 2010 at 3:42 am
But you can of course add a WHERE clause to exclude the identical rows (like the final example, where small differences were excluded - change the requirement to an exact...
September 27, 2010 at 3:23 am
tommyh (9/27/2010)
da-zero (9/27/2010)
But I don't think that considering scientific notation as numeric is stupid. 2e1 is just another way...
September 27, 2010 at 3:20 am
tommyh (9/26/2010)
UMG Developer (9/25/2010)
Thanks for the question.This should be good to help people understand how ISNUMERIC works...
<rant>
Yeah... like total crap. Its borderline useless. Just to further demonstrate that.
select isnumeric('2e1')
This...
September 27, 2010 at 3:16 am
Rune Bivrin (9/24/2010)
September 24, 2010 at 7:01 am
andy.brown (9/24/2010)
Hugo Kornelis (9/24/2010)
if the table is used in replication, ..., SQL Server requires that a surrogate key with the UNIQUEIDENTIFIER data type is also present in the table.
Really?...
September 24, 2010 at 6:43 am
tommyh (9/23/2010)
1. Its not part of MS recommendations (atleast not on the...
September 24, 2010 at 5:40 am
Rune Bivrin (9/24/2010)
September 24, 2010 at 3:35 am
Rune Bivrin (9/24/2010)
Exactly how often do you encounter a GUI where there's a little check box labeled "Don't know if there's a cell phone"?
If the distinction between "empty string" and...
September 24, 2010 at 3:25 am
Rune Bivrin (9/24/2010)
September 24, 2010 at 3:09 am
UMG Developer (9/23/2010)
OrderNo INT NOT NULL IDENTITY(1,1),
So there...
September 24, 2010 at 12:54 am
I agree with UMG developer about the multiple identifier. I already had this option checked before deciding to check BOL first. I disagree with him about the missing identifier -...
September 23, 2010 at 11:40 pm
jts_2003 (9/21/2010)
Thanks for this. I wouldn't have realised that ROLLBACK would roll back a comitted transaction - doesn't this have ACID implications?
It would be far worse if the inner transaction...
September 21, 2010 at 2:04 am
ziangij (9/20/2010)
thanks for this question... i was wondering if you could you provide a question or a query that involves bothROLLBACK WORK & ROLLBACK TRAN
🙂
ROLLBACK...
September 21, 2010 at 12:43 am
Viewing 15 posts - 2,596 through 2,610 (of 3,348 total)