Viewing 15 posts - 5,056 through 5,070 (of 5,096 total)
I'm not sure why you want to achieve this with a Cursor to be honest, you could do this simply in a dataset update.
With some made up data, would this...
April 29, 2016 at 4:41 am
Not something I've seen before, but found a topic via Google that had a couple of ideas:
One person suggests that it could be because you have have a...
April 28, 2016 at 10:09 am
So, correct me if I'm wrong, the email you want you would like to contain 7 charts in it only. Then the attachment (xlsx?) will contain the detail to go...
April 25, 2016 at 8:57 am
As I said in my previous comment, you can't send a different report in the email content to that of the attached file. A single report can only send one...
April 25, 2016 at 2:24 am
If you're sure the code is the same, have you tried running a trace to double check this? Sometimes you can be "sure" that the report parameters are set up...
April 25, 2016 at 2:19 am
If you're using derived parameters, most likely from a dataset being passed parameters, then yes SSRS will need to resolve these sequentially.
You determine the order this is done in...
April 21, 2016 at 10:02 am
You're correct that when you send a report out by subscription, you can't send an attached file that differs from the email content.
If you want to make it so that...
April 21, 2016 at 9:30 am
"Invalid URI: The Uri string is too long" means that your address is probably over 2,000 characters long!
This suggests to me that your parameter values are far too long...
April 20, 2016 at 9:13 am
You can also right click the report in the Solution Explorer and click copy. Then right click the project file in the Solution Explorer and click paste. Probably a little...
April 15, 2016 at 5:20 am
Are you trying to access it in an internet browser? If so, you don't need IIS to do this.
Is it a fresh install of SSRS you've just made, or is...
April 13, 2016 at 9:36 am
As John Rowan said, this is quite hard without knowing your table/data format.
If my understanding is correct, and you're looking to return a full list of questions, students, and their...
April 7, 2016 at 10:13 am
The only way you could do this would be to have the 4th parameter get its available values provided from a dataset, which has the 3rd parameter (and any others...
April 7, 2016 at 4:37 am
Hi All,
Is anyone able to suggest which driver/files I may be missing to be able top get this operation to start running locally again? I've not had much success so...
February 22, 2016 at 3:43 am
Environment did change late last month, as we installed sharepoint designer on my PC, but we removed it later on, as it didn't meet our needs. That did seem to...
February 12, 2016 at 7:52 am
dfine (12/29/2015)
ALTER TABLE dbo.MySales ALTER COLUMN orderstatus VARCHAR(20);
OPTION 4 will fail as there is no such column in the table.
+1
December 30, 2015 at 2:48 am
Viewing 15 posts - 5,056 through 5,070 (of 5,096 total)