Viewing 15 posts - 286 through 300 (of 1,222 total)
You could add each of the related reports to the main report as Sub Reports. You can set the "Hidden" property of the Sub Report to control whether it...
October 10, 2013 at 8:45 pm
You could consider the detail report to be a sub report. In reality, it is simply another report that will be displayed when you click on the cell in...
October 10, 2013 at 4:23 am
I am pretty sure that someone has written scripts for this already - I think that you might find these if you search for them (they might even be in...
October 10, 2013 at 4:20 am
The accounts you use for the services should not be a problem. You can specify credentials within the SSIS packages as part of the connection manager. Additionally, you...
October 9, 2013 at 10:03 pm
Personally, I have been using Enterprise Architect (from Sparx Systems). It can do most of what you are after. I haven't attempted to version objects in it as...
October 7, 2013 at 9:30 pm
User!UserID is a standard fields available within a report. Reporting services gets the value from Windows. It contains the windows/AD user name of the user who is running...
October 7, 2013 at 9:26 pm
The answer is yes - you can
The "for each loop" will iterate through various "objects". Personally, being a SQL type person, I would return the strings as a record...
October 7, 2013 at 9:14 pm
Brandie Tarvin (9/27/2013)
If...
October 4, 2013 at 3:19 am
sql_novice_2007 (9/27/2013)
I was able to implement this with pivot and matrix report. I have all the row groups in the beginning and column groups in the end in the report....
October 4, 2013 at 3:17 am
Check the dimensions of the report (in BIDS, click somewhere in the report and check the width of the body) and the dimensions of the page that you using (e.g....
October 3, 2013 at 10:18 pm
The way to do this in reporting services is...
- create a report that has the details
- in the matrix, add an action to the cell that you want to drill...
October 3, 2013 at 10:07 pm
Log shipping was not a feature available with SQL 2000 Standard Edition.
If you need to do this sort of this using SQL 2000 Standard Edition, you could write you own....
October 2, 2013 at 10:10 pm
I first thought on this is "The people responsible for design and writing the software are also responsible for documenting it, not the people responsible for supporting it".
You,...
October 1, 2013 at 10:11 pm
Have a look at the value of Globals!ReportServerURL. This might give you what you need
October 1, 2013 at 10:04 pm
If you are using the stored proc to lookup a value and return that to your SSIS package, you can do this using an output variable in the stored proc...
September 30, 2013 at 9:45 pm
Viewing 15 posts - 286 through 300 (of 1,222 total)