Top Banner
Windows Azure SQL Reporting Name Title Microsoft Corporation
21

Windows Azure SQL Reporting Name Title Microsoft Corporation.

Dec 29, 2015

Download

Documents

Arabella Newton
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Windows Azure SQL Reporting

NameTitleMicrosoft Corporation

Page 2: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Agenda

Overview

Architecture

Features

Walkthrough

Page 3: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Overview

Page 4: Windows Azure SQL Reporting Name Title Microsoft Corporation.

SSRS Windows Azure SQL Reporting

Reporting Services

Azure infrastructure

SQL Azure connectivity

Windows Azure portal

Datacenters worldwide

Page 5: Windows Azure SQL Reporting Name Title Microsoft Corporation.

SQL Reporting

Same Cloud BenefitsEnterprise-class scalability

Automatic support for High-Availability

Rapid provisioning

Trusted and familiar security model

Global Distribution

SQL Databas

e

Page 6: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Architecture

Page 7: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Architecture – What’s Under The Hood

Load Balancer

Gateway GatewayGateway

RS InstanceMonitor/Comm[SLA & Usage][Performance][Traces & Logs]

RS Engine

RS InstanceMonitor/Comm[SLA & Usage][Performance][Traces & Logs]

RS Engine

RS InstanceMonitor/Comm[SLA & Usage][Performance][Traces & Logs]

RS Engine

SQL Database

RS GPMTenant Data

Operations

Directory Services

Allocation + Service

Customer Service

SLA Conformation

Load Balancing

Billing/Usage

Monitoring[Alerting]

[Performance][Traces & Logs]

http://server.reporting.windows.net/reports/report.rdl

Page 8: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Features

Page 9: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Key Features

SQL Server Reporting as a ServiceRich Reporting Experience

Manageability

Familiar Development Tools

High Availability and Scalability

Page 10: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Feature Comparison

SSRS Azure SSRS

Tooling BIDS, Report Builder BIDS, Report Builder

Data Sources Assorted Data Sources SQL Database

Report Management Report Manager or SharePoint Windows Azure Developer Portal, URL Browsing

Developer Custom Data Sources, assemblies, etc.

No extensibility yet

Security Model Windows Authentication SQL Database Authentication

Page 11: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Security

SQL Server Reporting as a ServiceCredentials not saved in report definition

Shared data sources

Same roles and permissions model as SSRS

Separate Catalog and TempDB for each Tenant

SQL Database username and password authentication

Page 12: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Programmability Interface

SQL Reporting APIAPI from SSRS available in SQL Reporting

Extend SQL Reporting to develop additional features

Upload/Export Reports

Set Configuration

Page 13: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Render Reports Using SOAP API

rsExecutionContext = new ReportExecutionService();

rsExecutionContext.LoadReport("/Folder/ReportName", null); 

//render report to required format byte[] result = rsExecutionContext.Render(reportFormat, 

null, out extension, out encoding, out mimeType, out warnings, out streamIDs); 

Page 14: Windows Azure SQL Reporting Name Title Microsoft Corporation.

AccessibilityDirect URL AccessSend a URL in an email

Embed in a website

Embed in SharePoint / SharePoint Online

Page 15: Windows Azure SQL Reporting Name Title Microsoft Corporation.

AvailabilityWho can use it?Anyone with a Windows Azure Subscription

Any authorized user can view a report

Page 16: Windows Azure SQL Reporting Name Title Microsoft Corporation.

SQL Reporting Management

Demo

Page 17: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Walkthrough

Page 18: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Sample

Copyright 2011, AppDev Products, LLC. All Rights Reserved.

Server CreationServerAdministrator

Report CreationSQL Server Data ToolsBusiness Intelligence Development Studio Report DeploymentSet properties Deploy single or multiple reports

Page 19: Windows Azure SQL Reporting Name Title Microsoft Corporation.

SQL Reporting – Creation and Deployment

Demo

Page 20: Windows Azure SQL Reporting Name Title Microsoft Corporation.

© 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to

be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Page 21: Windows Azure SQL Reporting Name Title Microsoft Corporation.

Pricing• The price is correlated to usage:

• No servers No Charge

• Servers are charged by the hour

• Every hour a server may render up to 200 reports for

$0.88/hour

• SQL Reporting scales automatically: additional instances

of 200 reports will cost $0.88/hour