SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Training
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


Article Topics

All Articles
Performance Tuning
Audit
Business Intelligence
Clustering
Reporting Services
SQL Azure
Developer
General DBA
ASP.NET / ADO.NET
SQL Azure

USEFUL SITES :

ASP.NET Tutorials
Windows and SQL Azure Tutorials
Cloud Hosting Magazine
SharePoint Tutorials
Windows Server Help

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server

More     
 
Latest FAQ's

Add Node to A SQL Server failover Cluster failed with invalid ...
SQL Server Destination remote server error
Setting Up Data And Log Files For SQL Server
Will Check Constraints Improve Database Performance?

More     
   
Latest Software Reviews

dbForge Review
Spotlight on ApexSQL Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Data Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Doc 2008

More     

articles >> reporting services >> Get an Edge with SQL Server 2005 ...

Get an Edge with SQL Server 2005 Reporting Services

By : Shushmul Maheshwari
Jan 18, 2006

The ultimate utility of a database lies in presenting the data in different formats to fulfill the information requirements of various users. Microsoft SQL Server 2005 Reporting Services (SSRS) gives nontechnical end users and programmers a server-based reporting platform that will generate any kind of report from any kind of data source for both desktop and Web applications.


Creating a Report

The first step in generating a report is to launch the Business Intelligence Development Studio — an all-purpose IDE for Business Intelligence programming in SQL Server 2005. Here, we will use the Report Project template and the pubs database to create a new report model project.

After installing the Business Intelligence Development Studio, you should see a new project type window as shown below with the Report Project Wizard and Report Project templates available. Select the Report Project template to create a new project and name it "PubsReport." Click OK to create this project report.

The new project type for SQL Server 2005 Reporting Services

Next, in the "Solution Explorer" window, you should see two folders, Shared Data Sources and Reports, displayed under the PubsReport project.

If there are multiple reports in a project connecting to a single database, it is more efficient to create a shared data source and use it in multiple reports. To set up the shared data source for the PubsReport, Right click the Shared Data Sources folder and select the Add New Data Source option.

Add New Data Source

In the Data Link Properties window, select the Connection tab. Now select the server name and database. (In our case, it is "local" and "pubs" respectively.) To keep it simple, select "Use Windows Integrated security" and then click on "Test Connection" to test the connectivity before moving ahead.

Setting Connection Properties

In the Solution Explorer window, you will now see the "pubs.rds" report data source under the Shared Data Sources folder as shown in the figure below.

Report Data Source "pubs.rds"


    Next Page>>    








C# Help and Tutorials | PHP MySQL Tutorial | Sharepoint Tutorial | Azure Tutorial | Cloud Hosting Magazine | ASP.NET Tutorials | Windows Server Help | Windows Phone Pro | Silverlight Ace | Visual Studio Tutorials | Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | SQL Server Training Videos | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 2010 Jude O'Kelly. All rights reserved