Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server reporting services > june 2005 > threads for wednesday june 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

I want to clarify..
Posted by Alex at 6/22/2005 11:44:01 PM
Can we declare any variables in the sql server 2000 reporting services? because I need to make an array for my tables, for ex: in my database(sql server) it has many tables like tble27,tble28,tble29,tble30.. etc. all of the fields inside the tables are the same. every table has name,age,sex...more >>

Installing Report Designer
Posted by Greg Rowland at 6/22/2005 5:55:29 PM
Windows XP Pro Client w/ Visual Studio .net 2003 installed Windows 2003 Server Domain Controller w/ SQL 2000 report Services Installed and functioning. Receive following error during RS install, will not allow me to continue? System Check Results IIS is either not installed or not co...more >>

Display HTML formated data in RS
Posted by W at 6/22/2005 5:29:01 PM
Hi, I apologize for my ignorance, but does anybody know how to dispaly HTML data in reporting services. I have a table storing HTML source data in one of the fields and i would like to display is without all the tags. Would it be possible? Any help would be appreciated. thanks W...more >>

DateTime Formatting
Posted by Nat Johnson at 6/22/2005 4:33:03 PM
Have a cell in a table that is being populated by a field in database that contains the date and time in this format mm/dd/yyyy hh:mm AM. I need it to be the otherway around ie. dd/mm/yyyy hh:mm AM/PM. But when i try and use =Format(DateTime.Value, "dd/MM/yyyy hh:mm") is get an error saying...more >>

How to install CTP reporting services
Posted by Mark Goldin at 6/22/2005 3:57:42 PM
What do I need to istall to be able to create reports? Do I need to install VS 2005 as well? thanks ...more >>

Directory Listing Denied
Posted by SG at 6/22/2005 3:07:02 PM
Hello, I am new to Reporting Services and am having the following error when I try to view any reports through report manager on a test box. Directory Listing Denied This Virtual Directory does not allow contents to be listed. I did not set up reporting services on this box, and have only b...more >>

PDF export error
Posted by Ehsan Khan at 6/22/2005 1:51:04 PM
When I try to export a 2400 pages report to pdf get the reporting services error: exception of type Microsoft.Reporting.Services.ReportRenderingException was thrown. index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index. The repor...more >>

QFE 859
Posted by Lowell Williams at 6/22/2005 1:01:03 PM
We are attempting to install SQL Reporting Services using a network service account for the ReportServer service. This configuration will fail without installing QFE 859. There is allegedly a hotfix installer which will apply the necessary hotfix, but the Microsoft KB articles go in circles ...more >>



Parameter lists
Posted by McGeeky at 6/22/2005 12:27:35 PM
In my data set I want to use a where clause with IN. E.g where name in ( 'a', 'b', 'c') But I don't want to hard code the list I want the user to enter it as a parameter. Does SSRS support parameter lists? where name in ( @names ) -- McGeeky http://mcgeeky.blogspot.com ...more >>

Subscriptions
Posted by scuba79 at 6/22/2005 12:06:03 PM
I have several reports in RS, a few of those reports have data driven subscriptions (DDS). I now need to move those reports, along with the DDS to the new server that's located off site and I don't have direct access to the new server. How can I achieve this? Thanks in advance...more >>

How can I pass a null DataTime variable
Posted by Hugo at 6/22/2005 11:35:02 AM
How can I pass a null datetime? Exampl http://localhost/LUSReportService/RenderPDF.aspx?ReportName=MeetingNoticeMemorandum&RequestedBy=LISSHOC&Legislature=79&Session=R&CalendarDate=6/10/2005%2012:00:00%20AM&CalendarTime= ...more >>

Catastrophic Failure after SP2 Upgrade
Posted by Joe K at 6/22/2005 11:00:57 AM
We recently installed SP2 for reporting services. Everything seemed to work fine for about 2 days, and now I'm getting errors and I can't access reporting services at all. Accessing http://server/reports gives the following error: Unable to communicate with report server. Please verify that...more >>

2000 vs Yukon reporting services and compatibility
Posted by N.F. at 6/22/2005 10:39:04 AM
We currently have a SQL 2000 database and we want to write some reports to access that data. If we write reports in 2000 reporting services, will they work on Yukon later? Another option is to install a Yukon DB, replicate the SQL 2000 data there and run reports off of that server. Is this do-...more >>

ReportServer Service Is Filling Up Log Files
Posted by Darrell at 6/22/2005 10:23:04 AM
I saw this header from back in April, but it has since been expired from Microsoft's news server. Anywho, for some reason, my trace log file for the ReportingServices Service is filling up at about 1 Mb per minute. I have dropped the trace level down to 2 for now, but this does not fix the cor...more >>

Using one report's datapoint in another report
Posted by Myk at 6/22/2005 10:22:31 AM
Hello All, Hopefully this is an issue with a simple solution - I've searched around though and can't seem to find an answer. In on RS Solution I have multiple reports. Is it possible to take a datapoint from one report and utilize it in another report in the same solution? TIA, MYK ...more >>

Download/Install SQL RS 2005 Alone--not the whole chunk of SQL2005
Posted by Balaji at 6/22/2005 9:35:56 AM
Hey all, Is there anywhere that I could download trial version of SQL 2005 Reporting services alone...not the whole junk of SQL Server 2005. I need just the Reporting services. another question is I have SQL 2005 Developer Edition CTP(community tchnology preview) DVD and I am looking at a...more >>

parameters in a webapplication with a webservice
Posted by r388042 at 6/22/2005 8:30:02 AM
Hi, I used a webservice (a reference web) in my webapplication in order to view my report. However, my report has a parameter. I don't know what to do. Are they any function with the ReportingService to do this? What are the steps to give a parameter to my report? ...more >>

Empty RS Home-folder after changing IIS properties
Posted by /jerome k at 6/22/2005 7:40:03 AM
Hi, I've installed Reporting Services on my laptop and built some folders and reports, works great. But when other persons tried to access my reports they only got an empty Home-folder when connecting (to http://myserver/Reports). I tried to change properties at IIS/default website/reports/...more >>

How to create reports dinamically?
Posted by Luis Esteban Valencia at 6/22/2005 7:26:33 AM
Hello. Can I make a report for example with all the columns and make a program in asp.net in which the user can select the columns he wants to see? Thanks. ...more >>

Whats is wrong with this
Posted by Denver at 6/22/2005 5:24:52 AM
I am trying to open the report in a Fram called MainFrame using this URL http://demo.online-pmsi.com/ReportServer?%2fDEMO+CUSTOMER+ANALYSIS%2fCUSTOMER+ANALYSIS&Customer=233787&Detail=0&rs%3aParameterLanguage=&rc%3aParameters=False&rc%3aLinkTarget=MainFrame What is wrong with it, it keeps open...more >>

Sort by in the parameters
Posted by Clau at 6/22/2005 5:09:01 AM
how to include sort by in the parameters...more >>

chart axis
Posted by Martin Kulov at 6/22/2005 2:12:29 AM
Does anyone know how one can control/modify/overwrite standard X and Y axis in chart control? I am even reconsidering rewriting the whole char component since it is far from what is must look like. Thanks, -- Martin Kulov http://www.codeattest.com/blogs/martin MCAD Charter Member MC...more >>

Deployment of Server Reports
Posted by Parimal at 6/22/2005 12:00:03 AM
HI, We have Server Reports in our application deployed on the Report Server(local host). What all steps need to be done when we make an MSI of the project for deplying reports on the new server? Do we need to first deploy the reports on new server and then make an MSI? Need help. Thanks in ...more >>

Query Designer for AS2000
Posted by Piotr Trêbacz at 6/22/2005 12:00:00 AM
Hello, I've installed new CTP June of SQL2005. And I'd like to create new report in reporting services with connection to Analysis Services 2000. So, I've created datasource, looks fine, test connection succeeded. When I'm starting to create report, after selecting datasource, when I click on ...more >>

No Fields visible, Feature or Bug ?
Posted by Jack at 6/22/2005 12:00:00 AM
hi folks ---------------------------------------------------------------------------- create MyProc @Param1 int=0, ..@ParamN int=xx, @Debug bit=0 as if @Debug=1 begin -- some code when in Debug mode Select @Param1, ..@ParamN end -- Resultset Select * from pubs.dbo.Authors go...more >>


DevelopmentNow Blog