Viewing 11 posts - 1 through 11 (of 11 total)
Here is the msdn reference, I would google around to see what you can find - I would alway encourage people to learn about it anyway to make integrating ssrs...
February 24, 2010 at 12:48 pm
From VS can you deploy to their server?
Alternatively can you expose their Reporting Services web service so that you can deploy via that? At least this means that the rdl...
February 24, 2010 at 6:51 am
Parallelism = tricky.
I would have Google around and read up on maximum degree of parallelism settings (MAXDOP) and parallelism thresholds.
Also, have a read of this - its worth reading just...
February 24, 2010 at 3:07 am
SSIS? If there is no flow specified they will all start execution at the same time? Or maybe use a sequence container to execute in batches.
February 24, 2010 at 2:56 am
Ignore this. I have just seen the other post with all the answers!
February 24, 2010 at 2:55 am
Is the voucher number unique per row?
I don't understand why you need to update the Id? If the Id is a true primary key, it should not be updated.
February 24, 2010 at 2:53 am
A custom role that does not include the "Consume reports" task will prevent users from getting the rdl via the web interface.
Can you deploy remotely?
As the definitions are store and...
February 24, 2010 at 2:43 am
The details grouping is exactly as it says... the grouping of the details. The details means the row in the middle of the table (look to the right of the...
February 23, 2010 at 10:10 am
Hmmm... interesting.
Is the browser set to show you a new version of a page when you visit it? This used to trip me up as by default it doesn't. I...
February 23, 2010 at 9:36 am
I presume you mean the actual data in the report rather than the actual report definition itself?
You could prevent the users from exporting the reports by setting the "Visible" property...
February 23, 2010 at 9:26 am
Could it be that there is a NULL value in there that is tripping it up? Or rather the setting for "Allow NULL Value"?
February 23, 2010 at 9:15 am
Viewing 11 posts - 1 through 11 (of 11 total)