Viewing 15 posts - 166 through 180 (of 229 total)
To h.tobish:
I very much appreciate your informative comment about the CTE "recursion" not really being an actual recursion.
February 4, 2015 at 7:38 am
Thanks for the short and sweet example on how to do the recursion with CTE's.
That is useful. Now this will guide me in understanding how to do this.
BUT it is...
February 3, 2015 at 12:53 pm
I think you missed my point.
What I am dismissing is applying what amounts to a sledgehammer when the issue was to drive a 1 inch nail in a 2 X...
February 3, 2015 at 12:22 pm
Recurse ?
I am weary of recursion. I view it as meant to be used for special cases. I have seen a demo concept of calculating factorials with recursion being...
February 3, 2015 at 11:31 am
This article provides a good INTRODUCTION to a set-based method of eliminating "row-by-agonizing-row" (RBAR) cursor code but it is not the complete story. There is more information to consider BEFORE...
February 3, 2015 at 9:27 am
A debate on this topic ?
I'm in.
COUNT() sounded so simple, I never bothered to look up on TechNet to see if there was any "fine print".
It is another lesson learned,...
January 30, 2015 at 1:47 pm
Would it help it a permanent table was used ? You could dump the id's along with a common GUID and when you are done delete all rows with that...
October 6, 2014 at 12:54 pm
There are many standards for EDI and within each standard a distinct definition for each type of file. Which type of file are you trying to import ? An Order,...
September 2, 2014 at 1:43 pm
Unless, I missed something in understanding the EXCEP statement,
Why not simply use something like
SELECT TOP 20 * FROM PostCode
EXCEPT
SELECT TOP 10 * FROM PostCode
September 2, 2014 at 12:59 pm
Thank you for your suggestion.
I'll work on it when I get back from vacation next week.
Update - tried it - solved my problem.
Regards
July 17, 2014 at 1:54 pm
This looks promising. Looking forward for more.
What are your plans ?
Visual Studio 2008 or the SSRS report builder ?
Will you use SQL Server datasets or use FetchXML ? FetchXML did...
July 4, 2014 at 1:48 pm
Got it right, for the wrong reason.
I thought that only select A was part of the stored proc. and that execution of the stored proc (select A) would be followed...
March 10, 2014 at 9:15 am
Not what I wanted to hear.
But thank you for your assistance.
Regards
March 3, 2014 at 7:54 am
Viewing 15 posts - 166 through 180 (of 229 total)