Viewing 15 posts - 841 through 855 (of 14,953 total)
Interesting. Under most circumstances, the two are semantically and functionally equivalent. But in this case, it can't parse the query correctly. I get a "Can't bind M.superiour"...
September 14, 2012 at 6:43 am
On hierarchies, While and rCTE usually do one index scan per level in the hierarchy. It can blow up to one scan per node in some cases. That's...
September 14, 2012 at 6:19 am
Awesome find. Sounds perfect for what you need.
GNU does some seriously good work. I've used a bunch of the products from that community. GNUPG for example.
September 14, 2012 at 6:14 am
Nope. You'd have to at least add the plan to the query. And even that's not guaranteed to work.
September 14, 2012 at 6:11 am
Yeah. You found the same thing with the documentation that I did. It seems to contradict itself.
September 14, 2012 at 6:10 am
Jeff Moden (9/10/2012)
There are some people who insist on building the Nested Sets data in a single query. I donโt know why, since this does it accurately and in...
September 13, 2012 at 1:00 pm
RBarryYoung (9/13/2012)
GSquared (9/13/2012)
RBarryYoung (9/12/2012)
GSquared (9/12/2012)
RBarryYoung (9/12/2012)
Well, I may have over-reacted. I am trying to an IRS download directory (http://www.irs.gov/pub/irs-soi) but a I cannot get a connection. I don't...
September 13, 2012 at 12:22 pm
While an rCTE vs a While Loop can be a poor decision, there are other times when it's not.
Tests that don't involve any table-query, just Insert statements, or a RAM-resident...
September 13, 2012 at 12:10 pm
I just played around with this a bit.
Per MSDN (http://msdn.microsoft.com/en-us/library/ms189491.aspx):
Some character strings formats, for example ISO 8601, are interpreted independently of the DATEFORMAT setting.
It looks like the language setting...
September 13, 2012 at 11:41 am
Where I've run into that kind of thing, I usually have the script/proc insert the rows I want to work on into a temp table, then run the string manipulation...
September 13, 2012 at 11:18 am
RBarryYoung (9/12/2012)
GSquared (9/12/2012)
RBarryYoung (9/12/2012)
Well, I may have over-reacted. I am trying to an IRS download directory (http://www.irs.gov/pub/irs-soi) but a I cannot get a connection. I don't think it...
September 13, 2012 at 6:48 am
Eugene Elutin (9/12/2012)
...
The only way to make it more efficient is to shortcut the math. That's why some are hard-coding 3 as the final digit. (It only saves...
September 12, 2012 at 11:24 am
RBarryYoung (9/12/2012)
GSquared (9/12/2012)
RBarryYoung (9/11/2012)
GSquared (9/11/2012)
September 12, 2012 at 11:07 am
Eugene Elutin (9/12/2012)
Cannot...
September 12, 2012 at 9:30 am
Viewing 15 posts - 841 through 855 (of 14,953 total)