Viewing 7 posts - 1 through 7 (of 7 total)
I always thought that making changes to the SSRS databases was not recommended.
May 16, 2017 at 9:36 am
I agree with what most of you have said, and running the code did not generate any errors. I guess the confusion comes from the statement "You're about to test...
April 2, 2014 at 7:04 am
Ok, I'll admit it... I fell for it 🙁
But then I was like, this sounds too good to be true... And it was...
April 1, 2014 at 6:32 am
Very good question. Loved the wording! And an even better answer, as the explanation was very detailed.
Good way to start my day 🙂
Thanks!
March 20, 2014 at 6:45 am
Thanks a lot for your time and help....
I'll give it a try.
October 17, 2007 at 1:10 pm
Mike C (10/15/2007)
Something like this should do the trick, using [font="Courier New"]CROSS APPLY[/font]:[font="Courier New"]SELECT *
FROM Persons p
CROSS APPLY dbo.CalculateIncome(p.personid);[/font]
Thanks for your help guys!!! I tried all sorts of stuff and...
October 16, 2007 at 6:09 pm
Hi!
Can I ask how to do that???
I want to pass a column name as parameter to a function from within a select statement. Something interesting is that my function...
October 15, 2007 at 5:16 pm
Viewing 7 posts - 1 through 7 (of 7 total)