Viewing 15 posts - 2,881 through 2,895 (of 7,484 total)
Steve Jones - SSC Editor (11/22/2013)
Tom,You're being pedantic here in terms of the question. The question isn't which of these are single characters, which which wildcards match.
Yes, I'm probably being...
November 23, 2013 at 5:26 pm
Stefan Krzywicki (11/22/2013)
Lynn Pettis (11/22/2013)
November 23, 2013 at 4:58 pm
Ed Wagner (11/22/2013)
November 23, 2013 at 4:51 pm
dwain.c (11/17/2013)
Interesting problem but I can't quite wrap my head around what you're looking for. But here's an rCTE solution that may be something like it.
<code omitted>
This calculates the...
November 23, 2013 at 1:45 pm
mister.magoo (11/17/2013)
November 23, 2013 at 12:24 pm
mister.magoo (11/17/2013)
Hi Tom,A generic cte is possible, but I want to show you my WHILE loop first because it can handle the data and my CTE can't!
I'm beginning to think...
November 23, 2013 at 10:51 am
LutzM (11/17/2013)
Isn't that more a scenario for CROSS JOINS rather than a recursive cte?
Yes, it needs cross joins if conditions that allow you to avod them aren't met. But...
November 23, 2013 at 8:31 am
Bad question because the words you were wrote don't necessarily mean what you apparently think they do. Or was it intentionally a trick question?
Mind you, it's not as bad...
November 22, 2013 at 12:40 pm
Valued Jones (11/20/2013)
November 22, 2013 at 11:42 am
Koen Verbeeck (11/18/2013)
The following SQL Server Database Engine features are supported in the next version of SQL Server, but will be removed...
November 22, 2013 at 10:42 am
SQLRNNR (11/21/2013)
API
PGU-14/B, or something less warlike?
November 21, 2013 at 12:27 pm
Koen Verbeeck (11/18/2013)
Went over 11,000 points a while back and I also managed to wringle myself into the top 10 (sorry Paul).😎 :w00t:
Congrats.
When do you plan to catch...
November 18, 2013 at 10:42 am
Jeff Moden (11/16/2013)
scotsditch (11/16/2013)
Please let me know if you have any other advice on how I can improve my posts.
I'd strongly recommend you try to run your code before you...
November 17, 2013 at 8:58 am
LutzM (11/17/2013)
Wouldn't a simple BorrowerOrder < 2 be enough?
SELECT
*
FROM
#t AS t
WHERE BorrowerOrder...
November 17, 2013 at 8:26 am
Jeff Moden (11/16/2013)
November 16, 2013 at 11:37 am
Viewing 15 posts - 2,881 through 2,895 (of 7,484 total)