Viewing 15 posts - 421 through 435 (of 607 total)
February 21, 2018 at 3:11 pm
Many years ago, I posted the solution in one query by Richard Romley....
February 21, 2018 at 2:53 pm
lastly, I've had the issue where it was cleared up by creating an internal variable within the stored proc behind the report, and passing in the input to the internal...
February 21, 2018 at 2:48 pm
I am going to offer an alternative for you, that I think is a lot more readable/understandable.
First, note the DATEFROMPARTS() function, which you would use since you're...
February 21, 2018 at 6:23 am
Admingod, see my similar question on Ask SSC: https://ask.sqlservercentral.com/questions/146178/how-to-use-like-when-multiple-patterns-need-matche.html
Des, would be interested in your input there too.
February 20, 2018 at 6:44 pm
Ray K - Monday, February 19, 2018 2:14 PMRe: #8:
I assumed he was going for Air Bud
February 19, 2018 at 3:01 pm
not exactly what you are doing, but might be helpful: https://morecomputerstuff.wordpress.com/2015/05/20/running-batch-ssrs-sql-server-reporting-services-reports-using-powershell/
February 19, 2018 at 2:59 pm
February 16, 2018 at 5:36 pm
Ask the end users to help verify, distribute the workload
February 16, 2018 at 5:29 pm
you want to run them on the reportserver, or could you just run the stored procs that are feeding the reports and compare that way?
February 16, 2018 at 11:37 am
You Shall Not Pass..............un-parameterized user input directly into strings without using sp_executesql properly!
Little known fact, if Sauron had only used a backup for his One Ring, it would...
February 13, 2018 at 1:02 pm
I second Julian's recommendation, as someone who wants to learn, I don't just want to know that something is possible if it's a bad idea, I want to know that...
February 12, 2018 at 9:38 am
February 8, 2018 at 9:29 am
Hm, thanks for the lesson on sorting too, very true, had not considered that. Maybe I can avoid that trap now!
February 7, 2018 at 7:29 am
Viewing 15 posts - 421 through 435 (of 607 total)