April 21, 2015 at 12:03 am
Comments posted to this topic are about the item Illegal CTEs
April 21, 2015 at 3:04 am
Great question. Not that I use recursive CTEs, but it's good to know 🙂
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 21, 2015 at 4:49 am
I do not use 2014 but my guess was correct. I thought it would be silly to not allow the others.
April 21, 2015 at 5:26 am
Nice and easy
April 21, 2015 at 5:47 am
Good question. Not knowing the answer off the top of my head, it was more a process of elimination than anything. Thanks.
April 21, 2015 at 6:12 am
Ed Wagner (4/21/2015)
Good question. Not knowing the answer off the top of my head, it was more a process of elimination than anything. Thanks.
+1
April 21, 2015 at 6:28 am
Good One!
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
April 21, 2015 at 7:19 am
pmadhavapeddi22 (4/21/2015)
Ed Wagner (4/21/2015)
Good question. Not knowing the answer off the top of my head, it was more a process of elimination than anything. Thanks.+1
+1
-------------------------------------------------------------
we travel not to escape life but for life not to escape us
Don't fear failure, fear regret.
April 21, 2015 at 7:27 am
Great. Now I'm trying to conceive of a situation where one would want to use PIVOT within a recursive CTE... :blink:
April 21, 2015 at 7:30 am
Easy process of elimination answer. Although it makes no sense to me for a PIVOT to be in a recursive CTE...
😎
April 21, 2015 at 7:31 am
sknox (4/21/2015)
Great. Now I'm trying to conceive of a situation where one would want to use PIVOT within a recursive CTE... :blink:
Stop that. Just... NO! :hehe:
April 21, 2015 at 7:42 am
PHYData DBA (4/21/2015)
sknox (4/21/2015)
Great. Now I'm trying to conceive of a situation where one would want to use PIVOT within a recursive CTE... :blink:Stop that. Just... NO! :hehe:
What if your code ran too fast and you wanted to slow it down? Between the pivot and the rcte, that should do the trick. 😛
April 21, 2015 at 7:43 am
This was removed by the editor as SPAM
April 21, 2015 at 7:49 am
Ed Wagner (4/21/2015)
What if your code ran too fast and you wanted to slow it down? Between the pivot and the rcte, that should do the trick. 😛
XPath is your friend.
April 21, 2015 at 8:08 am
Hugo Kornelis (4/21/2015)
Ed Wagner (4/21/2015)
What if your code ran too fast and you wanted to slow it down? Between the pivot and the rcte, that should do the trick. 😛XPath is your friend.
If your code is running to fast perhaps you should tell it to wait.
Just don't ask it to WAITFOR to long... :w00t:
https://technet.microsoft.com/en-us/library/ms188253(v=sql.105).aspx
Viewing 15 posts - 1 through 15 (of 20 total)
You must be logged in to reply to this topic. Login to reply