Viewing 15 posts - 2,926 through 2,940 (of 5,111 total)
TheCTEGuy - Monday, October 9, 2017 8:50 AMCan you prove that with an example.
What do you mean prove? That is pasted...
October 9, 2017 at 8:53 am
October 9, 2017 at 8:42 am
What do you mean by "isn't reportable"? What's wrong with it?
October 9, 2017 at 8:37 am
The syntax "USE @DatabaseName" isn't valid. You can't provide a variable as part of a statement, you'll need to use dynamic SQL.
Considering, however, that you're doing...
October 9, 2017 at 8:02 am
October 9, 2017 at 7:33 am
Could you have a look at the SSRS logs, see if it's showing anything in there in regards to your report.
October 9, 2017 at 7:11 am
October 9, 2017 at 6:42 am
October 9, 2017 at 6:18 am
Without consumable sample data or DDL, this is a guess and untested, however, maybe:SELECT s.AILMENT_NAME, AAs.[Status]
FROM tblAILMENT A
JOIN tblASSESSMENT-AILMENT AA ON A.AILMENT_ID =...
October 9, 2017 at 6:07 am
Thanks for the edits. I've editted my post a couple of times, but you won't get a subscription for those so I'm posting again. Have a look at my comments...
October 9, 2017 at 5:05 am
What is your question here? You haven't asked one. Questions end with a Question Mark (?), where as you have simply made a statement that you want to use a...
October 9, 2017 at 4:58 am
The problem isn't IE11, it's that your SSRS instance is set to time out the query after 2 minutes. As your report is taking more than 2 minute to run...
October 9, 2017 at 4:28 am
We are missing a lot of information here. We don't have any details on what your DDL looks like at either end, or what the query being used is to...
October 9, 2017 at 3:23 am
The guide explains how to force the type of application can connect. Also, note that if you're in Single User, do not expand any of the menus, just open a...
October 8, 2017 at 3:31 pm
October 8, 2017 at 1:18 pm
Viewing 15 posts - 2,926 through 2,940 (of 5,111 total)