Viewing 7 posts - 1 through 7 (of 7 total)
corporate morality
I belive that's as rare as the heffalump
September 23, 2010 at 12:50 pm
I just had the same problem today.
The short answer is SSRS cannot get a good hold on the results of the procedure (my interpretation of SSRS-speak). You're using temp...
April 6, 2010 at 3:20 pm
another option is
... where field < (2 + parameter)
the downside to using this type of calculation is
* the logic isn't as straight-forward. So other folks looking at...
February 24, 2010 at 10:46 am
If it helps (misery loves company): I've never been more frustrated with one single program in my life more than SSIS.
Anyway, when I've had issues with parameters as you're having,...
February 24, 2010 at 9:47 am
Thanks for your thoughts, guys.
I like the more English-like style, myself. To me it just seems easier to read.
February 24, 2010 at 9:41 am
One option is:
SELECT [Fname] + ' ' + ISNULL([middle] + ' ', '') + [Lname] AS fullname
February 23, 2010 at 3:18 pm
Viewing 7 posts - 1 through 7 (of 7 total)