Learn more about using SQL Server 2005 Reporting Services by reading this frequently asked questions page. It will help you understand how to communicate information and knowledge from your enterprise data management solution through tools such as scorecards and dashboards.
| General Questions | |
| Upgrading | |
| Management and Configuration | |
| Report Builder | |
| Report Design | |
| Visual Studio Integration | |
| Analysis Services Integration |
| Q. | What is SQL Server 2005 Reporting Services? | ||||||||||||||||||||
| A. | SQL Server 2005 Reporting Services is a server-based enterprise reporting environment, managed through Web services, that delivers a variety of interactive and printed reports. | ||||||||||||||||||||
| Q. | What’s new in SQL Server 2005 Reporting Services? | ||||||||||||||||||||
| A. | SQL Server 2005 retains the core functionality of SQL Server 2000 Reporting Services. The product contains several key additions and enhancements, including the following:
Detailed explanations of Reporting Services enhancements are available at the Microsoft SQL Server TechCenter page for Reporting Services. | ||||||||||||||||||||
| Q. | How do I upgrade from SQL Server 2000 Reporting Services to SQL Server 2005 Reporting Services? |
| A. | You can upgrade most installations using the SQL Server 2005 setup program. All report server content and settings will be fully functional after the upgrade process. In cases where you have customized your report server deployment (added extensions, changed virtual directory settings, or encrypted the ASP.NET account user name in the registry), you will need to migrate your Reporting Services installation. In this case, you install a new instance of SSRS 2005 and use the Reporting Services configuration tool to migrate settings. If you deployed custom extensions for Reporting Services 2000, you may need to rebuild these extensions so that SSRS 2005 can use them. Consult SQL Server Books Online for specific instructions on what you need to do to move to SSRS 2005. |
| Q. | Will my existing reports work with SQL Server 2005 Reporting Services? |
| A. | Yes, all reports will continue to work as they did in SQL Server 2000 Reporting Services. If you want to take advantage of new report functionality, you will need to convert the reports to the new report definition format in the SQL Server 2005 Report Designer. |
| Q. | I built an application using the report server. Will it still work after I upgrade? |
| A. | Yes. SSRS 2005 provides backward compatibility for Simple Object Access Protocol (SOAP) as well as URL access–based applications. You will not have to change your applications to start using SQL Server 2005. Note, however, that the new functionality available in SSRS 2005 is not available in the backward compatibility SOAP endpoint. |
| Q. | What tools can I use to manage SSRS 2005? |
| A. | Report Manager, the Web-based management tool, is still available in SSRS 2005. In additions, all of the Report Manager functionality is now available in SQL Server 2000 Management Studio, a Windows-based console that gives you a single place to manage all components of SQL Server. Finally, a new Reporting Services Configuration tool allows you to manage various aspects of your report server, including service identities and database connections. |
| Q. | How have you addressed the problem of installing on a nondefault Web site? |
| A. | SSRS 2005 provides an option in setup to install but not configure the report server. It also provides the Reporting Services Configuration tool that lets you create a virtual directory on any Web site. |
| Q. | What is Report Builder? |
| A. | Report Builder is a business-user, ad-hoc report design client that allows users to design reports based on the business terms (Report Builder model) they are familiar with, but without needing to understand database schemas or how to write SQL or MDX queries. Report Builder works with both SQL Server and Analysis Services data sources. |
| Q. | How does Report Builder support Analysis Services cubes? |
| A. | Report Builder supports relational SQL and Analysis Services data sources in SQL Server 2005. To create a model for Analysis Services cube, go to Report Manager or Management Studio, create a data source for your Analysis Services database, and then select the Generate Model option to create the model. |
| Q. | How do users use Report Builder with SQL Server data sources? |
| A. | While models that provide access to SQL Server Analysis Services are automatically generated on the report server, the Report Builder Model Designer can be used to generate or modify the models that are built on top of SQL Server relational databases. These model-building projects are a new type of project within a Visual Studio–based development shell. |
| Q. | How do I get Report Builder to generate a parameter that can be set by users viewing the report? |
| A. | In the filter dialog box, click the name of the criteria that you would like to prompt the user for when viewing the report. For example, for the criteria Order Year=2000, click Order Year. Select the Prompt option in the drop-down list. |
| Q. | Can reusable templates and styles including images be created for Report Builder? |
| A. | Support for templates, styles, and images are frequently requested and will be considered for a future release. |
| Q. | Do I need Visual Studio 2005 to design reports? | ||||||||||
| A. | No. Unlike SSRS 2000, which required users to purchase Visual Studio 2003, SQL Server 2005 comes with Business Intelligence Development Studio, which provides the Visual Studio shell and the business intelligence projects including Report Designer and Report Builder Model Designer. If users already have Visual Studio 2005, these projects are installed along with language projects. | ||||||||||
| Q. | What sorts of capabilities were added to the Report Definition Language in SQL Server 2005? | ||||||||||
| A. | Hidden parameters, multivalue parameters, dynamic connection strings, end-user sort, and fixed headers were the major features added to report processing in SSRS 2005. | ||||||||||
| Q. | What new data source types were added in SSRS 2005? | ||||||||||
| A. | In addition to the data source types available in SSRS 2000 (SQL Server, Oracle, ODBC, OLE DB), the following have been added in SSRS 2005:
| ||||||||||
| Q. | How can I add Reporting Services reports to my application? |
| A. | Visual Studio 2005 (Standard and Enterprise editions) contains a set of freely redistributable Report Viewer controls that make it easy to embed Reporting Services functionality into custom applications. Two versions of the Report Viewer exist, one for rich Windows client applications and one for ASP.NET applications. |
| Q. | Do I need a report server to run reports in my application? |
| A. | In addition to publishing reports to a report server, you can build reports using the Report Designer that is directly integrated with Visual Studio language projects. You can embed reports directly in any Windows Forms or ASP.NET Web application without access to a report server. The data access in embedded reports is a natural extension of the Visual Studio data facilities. Not only can you use traditional databases as a source of data for your reports, you can use object collections as well. |
| Q. | How has the integration between Reporting Services and Analysis Services improved since the release of SQL Server 2000? | ||||||||||||
| A. | SSRS 2005 has added the following enhancements:
| ||||||||||||