Viewing 15 posts - 991 through 1,005 (of 4,081 total)
jw: I can't seem to use the link you posted up.
But when populating variables from columns in a table, would you seriously use
set @a = (select column_A...
July 15, 2011 at 10:59 am
I think I have 4 renditions of the movie based on that novel plus the novel (unabridged) dans sa langue maternelle.
You surprised me with that Jason. ...
July 15, 2011 at 10:47 am
or breaking the window to steal a loaf of bread a la Jean val Jean
You know nothing of Javert, 24601 !
July 15, 2011 at 10:10 am
coerced nonetheless by the need for protection
I'm afraid I'll have to card you for that one.
Look up the definition of coercion and it is generally defined as forcing or pressuring...
July 15, 2011 at 8:12 am
No, the anchor query in a recursive CTE does not count towards the MAXRECURSION limit.
As you can see for yourself in the following example, setting MAXRECURSION to 2 doesn't stop...
July 14, 2011 at 8:44 pm
I confess to being curious whether or not all the grouping will be faster than the joins we're trying to avoid.
Just for fun, here's another way of looking at it....
July 14, 2011 at 4:33 pm
I was about to spend a bit of time and effort joining into the debate. But I find that my views are summed up quite nicely here:
July 14, 2011 at 10:02 am
Departing briefly from the fascinating debate in progress, I would like to invite others to consider the coding problem here. I started out trying to help the...
July 14, 2011 at 9:44 am
You are welcome, for what my help was worth, but I am going to have to bow out at this point. While it is possible to write...
July 14, 2011 at 9:34 am
Understood. But that is not really suitable for a set-based solution in SQL. Which is why I advised you to get some front-end coding done...
July 14, 2011 at 8:55 am
Glad it's working, but a null value in the table wouldn't cause the error below:
Msg 137, Level 15, State 2, Line 4
Must declare the scalar variable "@_type".
A word of advice:...
July 14, 2011 at 8:28 am
It's more complicated than that, Gus. Take a look at the original question and the solution I gave him (with warnings). The problem is...
July 14, 2011 at 8:22 am
The last code you posted (which is repeated below) works on fine for me. Are you posting ALL the code you're executing. Are you sure...
July 14, 2011 at 7:23 am
My possible result sets(o/p) from joining two tables are
Possible o/p 1:
col1 col2 col3
1 1 a
1 1 b
Possible o/p 2:
col1 col2 col3
1 1 a
1 2 a
1 1 b
1 2...
July 13, 2011 at 8:32 pm
Please don't double post. This is essentially the same question I answered here.
July 13, 2011 at 7:45 pm
Viewing 15 posts - 991 through 1,005 (of 4,081 total)