PowerView with SSRS - reporting-services

Is it required to have sharepoint server for working with PowerView in SSRS? I have SQL Server with MSBI 2012. I am BI developer. I wanted to explore with power view. I got an addon for SSRS from microsoft portal (PivotViewer Extension for Reporting Services – CTP2). But relese notes says that it needs Share Point.
I got an other link to download (Microsoft SQL Server 2012 With Power View For Multidimensional Models CTP) this is a 2 GB file and sounds like independent of sharepoint. I am confused. Please help me in understing the working of PowerView with SSRS. Many Thnaks.

Here is an ebook explaining all SSRS models available for SQL Server 2012, with walkthroughs
http://www.scribd.com/doc/102370834/SQL-Server-2012-Tutorials-Reporting-Services

Sharepoint server is required for Power View in SSRS. Please check this document: http://msdn.microsoft.com/en-us/library/hh231687.aspx
Power View also comes in Excel 2012 (see http://office.microsoft.com/en-us/excel-help/power-view-explore-visualize-and-present-your-data-HA102835634.aspx ). It can access data within worksheets as well as external data sources and has same visualization capabilities.

Power View is now available through Excel 2013 Professional Plus.
You can connect to external data source or use the internal PowerPivot model.

You can now use Power BI in SSRS to create a report such as 'Power View' reports.
A technical Preview of Power BI reports in SQL Server Reporting Services released in January 2017. You can now download the software and install it on your own on-premises VM or server. In the latter case, you’ll need:
Your own VM or server (not one in production use)
Windows Server 2012 or later (or Windows 8 or later)
.NET Framework 4.5.2 or later SQL
Server Database Engine (2008 or later), to store the report server
database
SQL Server Analysis Services (2012 SP1 CU4 or later), to
store your data models
For more details, Please refer to below link:
Power BI reports in SQL Server Reporting Services: January 2017 Technical Preview now available

Related

Microsoft CRM Report Authoring Extension Issue

I am trying to create SSRS report for MS CRM, I am unable to find Microsoft Dynamics CRM Fetch connection type or how to enable it, while searching over the internet, I found I have to install Microsoft CRM Report Authoring Extension. I installed the extension & now I am facing this issue (See the below pic).
Click here to view image
My PC (windows 10) contains these software (may it help) :-
1- Visual Studio 2015.
2- SQL Server 2012.
3- SQL Server Data Tool (SSDT).
4- Business Intelligence (Analyst Services, Integration Services, Reporting Services) .
Any help in this regard will be highly appreciated and acknowledged.
Thanks ...

Can I create SSRS Reports in VS 2015 using SQL Server 2008 R2?

I'm new to SSRS.
Recently upgraded my development environment from Visual Studio 2010 to Visual Studio 2015 Enterprise Edition. Currently my reports are made using Crystal Reports. I would like to to use SSRS and I'm trying find out my current environment will allow me to do it.
So now I'm using Visual Studio 2015 and SQL Server 2008 R2.
Can I create SSRS Reports using these two?
If yes, how can I create it?
I know how to create a report and publish it using the Business Intelligence Development Studio in SQL Server 2008 R2. But could not understand how I could use those reports in my WebApplication project in Visual Studio 2015.
Also would like to know - Is it possible to reuse my existing datasets which I'm using in my Crystal Reports?
Should I upgrade my SQL Server version?
Yes, you can create reports for SSRS 2008 R2 with VS 2015. You will need to download, and install, the SQL Server Data Tools (SSDT) at the following link.
https://msdn.microsoft.com/en-us/library/mt204009.aspx
To build reports, create a new project using the Report Server Project template found under Templates/Business Intelligence in the New Project dialog. (After you install SSDT)
This is the replacement for BIDS, so much of what you see should look familiar.
Not sure about the Crystal Reports datasets, but you should be able to reuse any SQL or stored procedures that may be a part of these.
Should you upgrade? At some point, sure, but it isn't required. SQL Server 2016 is about to be here, and you are working with a product that is over 4 years old, and more than likely going to be out of support soon, if it isn’t already.
There is a setting in Visual Studio (See above answers for more details.)
There is a setting in
Project --> Properties --> TargetServerVersion
Note that here, server means database server or db-server, as opposed to web server or report-server.
But note well: For me, it is only the version in the folder:
..Projects\myProject1\myProject1\bin\Debug
that will actually deploy and work.

SSRS Datasource connection to SQL Azure Data don't work from web based reports

I'm unable to generate a report from the web based interface (Report Manager). The same report in my Visual Studio project works perfectly.
The error which appear when trying to generate the report from the web is
"Cannot create a connection to data source"
The log file error is the fallowing
Cannot get edition information from catalog server.
The report data is retreived from an SQL Azure database.
How come the report can work inside my Visual Studio project but no more once deployed?
I've tried both SQL Server 2012 and SQL Server 2008 on fresh machines and both gives the same result.
Thanks,
After a half day of troubleshooting this issue, I discovered it was because the edition of SSRS I am using does not support Azure SQL Databases as a data source.
I am using 2008 Express Advanced Edition. It appears Standard or above is required for this.
See this article for more information:
http://www.sqlservercentral.com/blogs/sqltact/2016/09/25/sql-ssrs-express-edition-cannot-connect-to-azure-sql-databases/

Reporting Services Built in 2012 Deploy in 2008

I have been working for a client who run SQL Server 2008 in their live environment. I had been working onsite for a period but now work from home. However, due to security, I cannot connect to the live setup, I can only connect to a test server. This server runs SQL Server 2012. I script any code and send it to the office for someone to deploy. The problem I have is I am now doing some reporting services work. They are only pretty basic reports, tablix controls, nothing fancy. Is is possible to build on 2012 and deploy to 2008? Can I do something with the .rdl file to make this work or is it not going to be feasible?
Thanks in advance
In the Properties of the ReportServer Project in Visual Studio you can set the target server version.
Right click the Project in the Solution Explorer pane and set the TargetServerVersion Property to the required version. This works for reports SQL Server Reporting Services 2008 onwards. The designer will then manage what features are available to avoid using features from a later version of SSRS.
The .rdl files are nicely formated XML. You can use your favorite diff tool to compare reports generated in either version of the tool.
I'm pretty sure that Microsoft doesn't support moving a newer RDL to an older version server.
There were huge changes to the .rdl format between 2005 and 2008, moderate changes between 2008 and 2008R2, but I haven't really looked into 2008R2 versus 2012. From what I've seen these should be smaller changes yet.
If you do this you are off of the golden supported brick road. Since this server is production, and you don't have a good way to test this, I would find a 2008 server to develop with. I wouldn't want my name connected with the possible problems that could come up with a hack to move the rdl backwards.

visual c# express reports

I am using visual c# 2010 express edition and sql server 2008 R2 Express to develop a software. Now I need to create reports in c# based on the data that is stored in the sql database.
Based on this link : SQL 2008 R2 Express install option
I have the version "Database with Management Tools" installed. That is, the one which is 235 MB.
Now my requirements are that the software, which is written in c#, must be able to generate reports based on the data that is found in the sql database.
My questions are:
Must I install the Database with Advanced Services version (727 MB) to be able to use the MS SQL Reporting services?
Considering that I am using express editions for both c# and sql server, will I be able to make my software use the reporting services of MS SQL SERVER 2008 R2 Express? I have no experience in this but I have read somewhere that report viewer is not available in the express edition. Will that prevent me from using the reporting services?
If not, do you guys have any recommendations to other reporting tools that I might use? I need to generate reports containing graphs (free tools as long as possible, this is my dissertation project).
Thank you.
I wouldn't bother with full Reporting Services: I'd consider using the ReportViewer control in local mode in my app instead
This means you don't need SSRS installed at all: it's embedded in your app.