| Thread | Last Post | Replies |
|
| Dates - information entered 3 months ago | 30 Apr 2008 19:40 GMT | 1 |
Hello All, I need to create stored procedure that will output information created 3 months after the record was created. For example: if the stored procedure was run today or based on a date parameter I would like it to output all records
|
| SSRS Multi-Value Parameters in Stored Procedures | 30 Apr 2008 15:37 GMT | 1 |
I have successfully used the technique from SQL Server MVP, Erland Sommarskog to change the multi-value parameter string into a table with SELECT ... WHERE (tblPECGLI.EMPLOYEE_ID IN (SELECT str FROM
|
| Site Setting and Property Tab disappeared | 29 Apr 2008 22:19 GMT | 2 |
Hi, I am desparate and need any help that I can get on this. Here is my problem. I've installed SQL 2000 Enterprise and Reporting Services 2000 Enterprise.
|
| Bad Request for ReportServer | 29 Apr 2008 15:53 GMT | 1 |
I've got the problem that http://myserver/Reports works perfect. I get the folders and I get the reports. However, when I try to call http://myserver/ReportServer I do get the first folder listing, but as soon as I click into a folder I get a
|
| Inserting blank rows and totalling rows in the random places in a matrix | 29 Apr 2008 04:42 GMT | 3 |
I have a report that I have been redoing. The underlying T-SQL SP code was 2500 lines. I have started rewriting it and have wittled a large section of it down to +/- 50 lines with the help of some of the programming forum subscribers. That said, the reason I had such a huge SP ...
|
| RowNumber Group | 29 Apr 2008 04:39 GMT | 1 |
I have a report the group is a people name and the detail is their personal informations. I wuold like insert a row numer in the group, try but in the list sometime jump a numeber. For example: ...
|
| OOP Objects and SSRS ?? Doable? Reusable? Performance? | 29 Apr 2008 02:15 GMT | 2 |
Is there any way to reuse Objects that returns a collection to my report in SSRS? Is it practical? Will it perform okay if I need to join the output from that object with other data? Say I have a vb.net object that
|
| How can we have 'optional' parameters? | 29 Apr 2008 02:14 GMT | 4 |
Is there anyway in SQL2005RS to have optional parameters? Eg supposing we have a report where we want the user to be able to select a category, but if the user makes no selection we see ALL catagories. Is this possible.
|
| Help with SQL 2005 Report Designer with multiple data sets | 29 Apr 2008 02:04 GMT | 3 |
I am trying to create a drilthrough report in report designer. I know ho to do it if I have a single query but I do not know how to do it if I have multiple. What is happening is that I tried to create a signle query where I can then create a groupings and then have the report
|
| Custom Code & Dataset (Reporting Services 2007) | 29 Apr 2008 02:00 GMT | 2 |
Can you pass a DataSet into the custom code? If so are there any examples Thanks
|
| security on 2008 | 28 Apr 2008 21:44 GMT | 1 |
We are testing SQL2008 reporting services on a 2008 server. We setup RS for all domain users to have read access. However, everybody still receives a login prompt when they attempt to first access RS. Is this a security enhancement or a configuration error
|
| How to force CSV via hyperlink jump to report? | 28 Apr 2008 18:38 GMT | 4 |
I have a textbox with a hyperlink navigation set up to jump to another report. the called report has several parameters that I've set up. The hyperlink runs fine. Now I've been asked to have that called report always run in CSV format.
|
| Population of 2nd parameter without pressing View Report | 28 Apr 2008 14:42 GMT | 3 |
I have a report where the 2nd parameter dropdown list is populated as a result of what is selected in the dropdown list 1st parameter. I find that after I select a value for the 1st parameter, I have to click "View Report" to populate the values into the 2nd paramater dropdown ...
|
| Building a Generic Report Viewer | 28 Apr 2008 14:39 GMT | 1 |
I am just learning SSRS. I am coming from a Crystal Reports background. In the app that I am upgrading to SSRS, I had a generic report viewer that I fed the name of the report. The viewer than opened the report pulled out the data source and set it and passed through any ...
|
| DataSet | 28 Apr 2008 14:37 GMT | 1 |
Can we Have two or three DataSet in one list? ...
|