Viewing 9 posts - 1 through 9 (of 9 total)
So here's the rss script I came up with as a solution. Using the rs.exe command line prompt: rs -i scriptfile.rss -s http://yourserver/reportserverinstance
Public Sub Main()
March 8, 2017 at 11:48 am
Why don't you just join the two tables in SQL on the year and month of the two dates? This assumes you will never have more than one date per...
March 1, 2017 at 9:38 pm
Have you tried tracing the SQL calls coming from the report run? and then trying to debug the stored procedure? It would be interesting to understand what was being passed...
March 1, 2017 at 9:25 pm
Thanks! I ran it with STATISTICS IO ON; and that appears to be the case. Here's a pretty typical line, no physical reads.
Table 'person'. Scan count 2156, logical reads...
April 26, 2016 at 4:27 pm
It's the best way to remember which code was in the original block.
I thought that is what version control is for?
February 11, 2009 at 11:08 am
We had an error just last week where some code was commented out, tested and successful in test environment, then copy and paste to production and it failed due to...
February 11, 2009 at 8:51 am
I agree with D. Couturier; if someone brought me code for review with comments anything close to this, I'd send it back. It's nice to know the behavior, but...
February 11, 2009 at 8:08 am
Versioning is too specific. You'll have to update this code everytime you apply a CU or SP. Why not just look at the first character? Show us...
December 24, 2008 at 9:29 am
I think the most notable issue is the lack of solid requirements (or understanding of the stated requirements). This is the biggest problem in any project. Clearly the...
November 21, 2007 at 9:06 am
Viewing 9 posts - 1 through 9 (of 9 total)