Integrating SQL Server 2008 R2 Reporting Services with SharePoint 2010
Problem
I'm ready to install SQL Server 2008 R2 and SharePoint 2010 in a test environment. I'm trying to decide whether to run SQL Server Reporting Services in SharePoint Integrated mode or native mode. What are the advantages of running Reporting Services in SharePoint Integrated mode? Can you provide an overview of what I need to do to get Reporting Services installed and running in SharePoint Integrated mode?
Solution
The biggest advantage to running Reporting Services in SharePoint Integrated mode is that you can deploy data sources, reports, etc. to SharePoint document libraries instead of the Report Manager web application that Reporting Services creates for you. Since your users are probably familiar with SharePoint this makes sense. In addition your users can take advantage of the new version of Report Builder that came with SQL Server 2008 R2 and deploy their reports to SharePoint document libraries, leveraging SharePoint for security. This is easier for them than using the Report Manager. The users can be much more self-sufficient with SharePoint.
In this tip I will highlight the steps you will want to follow to get Reporting Services installed and integrated with SharePoint. I'll be using SQL Server 2008 R2 and SharePoint 2010 Foundation. SharePoint 2010 Foundation is the new name for what was formerly Windows SharePoint Services. It is the version of SharePoint that is included with your Windows 2008 server license. The steps for SharePoint 2010 Server are essentially the same. In order to get a test environment up and running as quickly as possible, I will install everything on a single server. I'm using Windows Server 2008 R2 64 bit; 64 bit is a requirement for SharePoint 2010.
More on: http://www.mssqltips.com/tip.asp?tip=2122
I'm ready to install SQL Server 2008 R2 and SharePoint 2010 in a test environment. I'm trying to decide whether to run SQL Server Reporting Services in SharePoint Integrated mode or native mode. What are the advantages of running Reporting Services in SharePoint Integrated mode? Can you provide an overview of what I need to do to get Reporting Services installed and running in SharePoint Integrated mode?
Solution
The biggest advantage to running Reporting Services in SharePoint Integrated mode is that you can deploy data sources, reports, etc. to SharePoint document libraries instead of the Report Manager web application that Reporting Services creates for you. Since your users are probably familiar with SharePoint this makes sense. In addition your users can take advantage of the new version of Report Builder that came with SQL Server 2008 R2 and deploy their reports to SharePoint document libraries, leveraging SharePoint for security. This is easier for them than using the Report Manager. The users can be much more self-sufficient with SharePoint.
In this tip I will highlight the steps you will want to follow to get Reporting Services installed and integrated with SharePoint. I'll be using SQL Server 2008 R2 and SharePoint 2010 Foundation. SharePoint 2010 Foundation is the new name for what was formerly Windows SharePoint Services. It is the version of SharePoint that is included with your Windows 2008 server license. The steps for SharePoint 2010 Server are essentially the same. In order to get a test environment up and running as quickly as possible, I will install everything on a single server. I'm using Windows Server 2008 R2 64 bit; 64 bit is a requirement for SharePoint 2010.
More on: http://www.mssqltips.com/tip.asp?tip=2122
Comments
Post a Comment