Viewing 15 posts - 91 through 105 (of 219 total)
What about breaking out the code for the users into its own package. Create another package for the developers which in turn calls the "user" package.
August 12, 2008 at 5:52 am
If the amount of data you're dealing with is small (few hundred thousand rows), the lookup, condition split will work. For larger data volumes, use the staging table and...
August 5, 2008 at 6:17 am
Are you referring to foreign keys? Then the answer would generally be yes.
July 30, 2008 at 7:14 am
Be aware that the SCD transform in SSIS does generally not scale well on large datasets.
July 16, 2008 at 7:54 am
Have you done a restore of the ReportServer database on that server recently?
July 3, 2008 at 5:43 am
The columns would not be the same as in the matrix but would appear the same as the dataset. That is the drawback to this approach.
July 2, 2008 at 8:40 am
SSRS does support columns. The setting is found under the layout tab of Report Properties. Be aware columns apply to the entire report and they will not appear until...
July 2, 2008 at 8:18 am
Another option would be to add a table to use only for export to CSV. Hide it when display but set the columns to export. I had the...
July 2, 2008 at 8:14 am
Are you trying to set them in the Report Manager GUI for running a report? If so, the calendar will most likely not work for you. Have you...
June 26, 2008 at 5:26 am
This is a known issue with SSRS 2005 and earlier; Reporting Services is memory dependent. On very large reports, you are consuming all available RAM and the server is...
June 26, 2008 at 5:23 am
I'd suggest returning the data to the report already in percentages.
June 11, 2008 at 3:38 am
No, only a single data set is supported.
June 11, 2008 at 3:32 am
It's available as a Global in the report, User!UserID. The tricky part will be for the subscription as I assume it will pass the system account in. What...
June 3, 2008 at 7:27 am
If you're going to use subscriptions, you won't be able to use NT Authentication on the data source as the report runs under the system account for a subscription. ...
June 3, 2008 at 7:03 am
Unfortunately no; they are locked at design time.
June 3, 2008 at 6:55 am
Viewing 15 posts - 91 through 105 (of 219 total)