Viewing 15 posts - 2,581 through 2,595 (of 3,348 total)
andy.roberts (10/4/2010)
I don't know why there's this difference between declare and cast/convert
Nobody does, I think. 🙂
Probably for historical (hysterical?) reasons.
But this difference has already been the subject of many QotD's,...
October 4, 2010 at 3:23 am
da-zero (10/4/2010)
@nakul: no excuses about having no time to do the detailed reasoning 🙂 Post your question a few days...
October 4, 2010 at 3:19 am
john-645829 (10/1/2010)
October 4, 2010 at 3:15 am
Tom.Thomson (10/1/2010)
But I'm worried that MS thought it useful to increase the number of non-clustered indexes allowed on a table from 248 to 999: that presumably means that...
October 2, 2010 at 3:24 am
Thanks, Tommy! I don't have SQL2000 available to test, so I had to go by the documentation. And the description of the effects of ROLLBACK in a trigger is word...
October 1, 2010 at 1:46 am
tommyh (10/1/2010)
October 1, 2010 at 1:33 am
:laugh: Good catch, Ashwin. I think the documentation needs to be expanded to list dropping the constraint as an exception to this rule. Maybe you can submit this as a...
September 30, 2010 at 2:01 pm
jts_2003 (9/29/2010)
2. You can build a recursive CTE - although I'm no sure I would want to 😉
Recursive CTE'sare an invaluable tool when working with hierarchic data (like employee/supervisor relations,...
September 29, 2010 at 3:49 am
David Data (9/28/2010)
September 28, 2010 at 3:02 am
foxxo (9/27/2010)
Why doesselect i+1, char(i+1), isnumeric(char(i+1)) from l where i < 127
need an i+1 in each column?
If you use
select i+1, char(i), isnumeric(char(i)) from l where i < 127
Then...
September 28, 2010 at 12:24 am
UMG Developer (9/27/2010)
(However it appears that this is one SQL feature that is commonly implemented differently, if at all.)
That's probably because all products had already implemented their own syntax for...
September 27, 2010 at 11:58 am
jlennartz (9/27/2010)
September 27, 2010 at 11:29 am
wware (9/27/2010)
September 27, 2010 at 8:11 am
tommyh (9/27/2010)
Hugo Kornelis (9/27/2010)
tommyh (9/27/2010)
September 27, 2010 at 4:41 am
Viewing 15 posts - 2,581 through 2,595 (of 3,348 total)