Viewing 15 posts - 106 through 120 (of 200 total)
Now we're out of my area of expertise. On the best way to get more SQL running in less time, your list of three action items are the best...
November 9, 2016 at 3:30 pm
Your query looks good for finding problem reports. Adding in the byte count was a good touch.
Can you please explain me detail in PAGEIO waitypes ??
I'm not an...
November 8, 2016 at 10:53 am
Here are a couple of threads with suggested solutions that I found by googling the error:
http://www.sqlservercentral.com/Forums/Topic1505442-291-1.aspx
I'm an advocate for pasting errors into your favorite search engine and seeing what comes...
November 7, 2016 at 1:16 pm
One thing to confirm is whether the reports themselves are taking a long time, or if the emails are being delayed. I've seen problems where mail clients flag reports...
November 7, 2016 at 12:57 pm
For me, making the table invisible usually collapses the space it had occupied (using =CountRows() = 0 in the Visibility properties expression for the table). Is there perchance a...
November 7, 2016 at 12:30 pm
I'm not aware of a way to see the actual transactions that were published. We usually just roughly validate replication using table row counts on PROD vs. the replicated...
November 7, 2016 at 12:23 pm
Do you mean you've set up the subscriptions and they aren't running, or they've been running just fine but now they're taking much longer than usual? If the latter,...
November 4, 2016 at 5:24 pm
(Sorry, response in English) If I understand the Google translate correctly, you'll need to add something to your query to also include the sales from a year ago. Here's...
November 3, 2016 at 1:03 pm
dianerstein 8713 (10/31/2016)
October 31, 2016 at 3:54 pm
dianerstein 8713 (10/25/2016)
1. On a test report server, I am testing the data driven subscription that...
October 27, 2016 at 5:44 pm
Is there anything in the Visibility settings for the report's detail rows? Maybe the report is just not showing the detail rows. Another thing to check is the...
October 14, 2016 at 11:40 am
You can use DATEDIFF for time as well as dates. No need for the conversion - just DATEDIFF(second/minute/hour, In-Time, Out-Time)
June 23, 2015 at 11:54 pm
The ReportServer logs should be able to give you a more verbose error description. When I get this error the most common reason is the query is hitting a deadlock.
June 21, 2015 at 11:16 pm
I'm pretty sure data driven subscriptions are only available in the enterprise edition of SSRS, so different versions on PROD and test sounds like a plausible explanation.
April 20, 2015 at 5:18 pm
I think in the schedule details if you choose Week and set "Repeat after this number of weeks" = 2, it will run on alternate weeks. The default...
April 14, 2015 at 3:52 pm
Viewing 15 posts - 106 through 120 (of 200 total)