+ All Categories
Home > Documents > SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

Date post: 30-Dec-2015
Category:
Upload: solomon-lang
View: 216 times
Download: 2 times
Share this document with a friend
Popular Tags:
25
SQL Bits Goes West SQL SERVER 2008 R2 REPORTING SERVICES Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER
Transcript
Page 1: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

1

SQL Bits Goes West

SQL SERVER 2008 R2

REPORTING SERVICES

Andrew Fryer Evangelist

H T T P : / / B L O G S . T E C H N E T. C O M / A N D R E W@ D E E P F A T O N T W I T T E R

Page 2: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

“Managed Self Service BI” delivered through:• Self Service Analysis Desktop Analytics • Self Service Reporting End User Reporting• SharePoint Integration Sharing, Collaboration

& Management

End User Empowerment

IT Management & Compliance

Empowering end users through “Managed Self-Service BI”

+

Page 3: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

Empowering IT Deploy managed, shared report components Publish and share visualizations Expose data sets for reuse Leverage existing investments in report

design Enabling end users New getting started experience Reuse existing components and data sets Design reports is as simple as “Grab & Go”

SELF SERVICE REPORT AUTHORING

Page 4: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

SELF SERVICE REPORTING

Page 5: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

REPORTS AS DATA FEEDS

Data regions in reports are standards-compliant data feeds

With PowerPivot, IW can consume all the operational, corporate reports for their analysis.

Reports as the primary data source for information worker analysis

IT provisioned. Secure, well-defined, optionally pre-cached

Build SSRS reports on top of Information Worker analysis models

Page 6: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

LayoutTables, Matrices or any combination of it…

Parallel Groupings

Asymetrical columns/rows

Mix dynamics/static items

VisualizationsCharts, Pyramids, Pie, Donuts, Gauges, Maps, Sparklines, Data bars, Indicators...

ENHANCED DATA VISUALIZATION

Page 7: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

BUILDING REPORTS

MANY TYPES OF VISUALIZATIONS

Page 8: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

Stepped or Block grouping

Pivot

CustomSubtotals

Non-pivotcolumns

Nested controls Multi-Pivot

CustomHeaders

BUILDING REPORTS

MANY TYPES OF LAYOUTS

Page 9: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

TABLIX VISUALIZATIONS: SPARKLINES AND DATA BARS

Sparklines“Data intense, word-sized graphics” – Tufte

Automatic axis alignment.

Can be converted into full charts to support additional small multiple scenarios.

Data BarsUsually depicts a single value in a cell.

Min and Max are automatically determined, but are configurable. Sparklines Data Bars

Page 10: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

MAP FEATURES

Support for SQL SpatialIntegration with Virtual Earth tilesData GroupingEqual intervals, equal distribution, optimal, user-defined

Multiple Map layers

Page 11: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

Colored maps based on auto or user defined scales

Cool looking Data Visualization: and soon…

Routes, pinpoint…

Page 12: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

REPORT LAYOUT ENHANCEMENTS

Lookup functionsAggregate of aggregatesNew Data sources: Madison, SQL AzureReset page number on groupsExpression-based page breaksExcel worksheet tab namingSession variablesRenderer-dependent layoutBottom-to-top text rotation

Page 13: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

ENHANCED REPORT VIEWER AND REPORT MANAGER EXPERIENCE

Refreshed viewer look and feelSmooth and fluid navigation experience (AJAX Report Viewer)Updated Report Manager. Workflow optimized (no need to preview report to access its properties or manage it)Updated Report Manager look and feel: More Office 14ish

Page 14: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

AGGREGATES OF AGGREGATES

Expressions now support nesting of aggregate functionsExample: Average Monthly Sales

=Avg(Sum(Sales, "Month"), "Year")

Enables “visual totals” scenariosAggregates respect group filters

6 200Total

2 2Jan

4 4Feb2009

Sales (filtered) Sales

Page 15: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

EXCEL RENDERER WORKSHEET TAB NAMING

Page 16: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

RESET PAGE NUMBER ON GROUP

• Reset page number for each new group instance.

• Get current page and total page count for each group, and overall

Page 17: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

BOTTOM-TO-TOP TEXT ROTATION

New text orientation option provides more flexibility to your report layouts

Page 18: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

RENDERER-BASED EXPRESSIONS

Control layout and write expressions that consider renderer formatExample, dynamically disable drillthrough expressions for non-interactive renderers and enable them for interactive ones

Page 19: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

DYNAMIC PAGE BREAKS

Use expressions to determine what renderer is being usedDynamically disable/enable page breaks

Example, disable page breaks if exporting to Excel. Otherwise, enable them:

Page 20: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

THE ROAD AHEAD

SQL Server 2008 available nowInnovation coming in H1 Calendar Year 2010SQL Server 2008 R2

SQL Server 2008 R2 Parallel Data Warehouse

Continue to deliver innovation 24-36 months from the release of SQL Server 2008Next major release of SQL Server

Page 21: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

QUESTIONS

21

Page 22: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

Europe’s Premier Community SQL Server Conference

Page 23: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

November 2009Tuesday 24th London – Storage and Query Optimisation - www.sqlpass.org.ukThursday 26th London – SQL Internals and MS BI – SQLServerFAQ.comThursday 26th London – Looking at newsgroups for Info – SQLServerFAQ.com

December 2009Thursday 3rd Online – PowerUp with SQL Server (see next slide)Tuesday 8th Cork – Query Optimisation – MTUG.ieWednesday 9th Dublin – Query Optimisation – IrishDev.comThursday 10th Leeds – Service Broker and Powershell – SQLServerFAQ.com Tuesday 15th Cambridge – Christmas Special down the pub – SQLSocial.comThursday 17th Manchester – SQL Server Internals – SQLServerFAQ.com

Up and coming events..

Page 24: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

Time to Power Up with SQL Server within your organization! Who Should Attend:-Database administrators-Application developers/programmers-Database developers- IT Professionals responsible for SQL Server management Sign Up Today at http://tinyurl.com/PowerUpSQLServer

During the day's presentations by SQL Server experts, Greg Low, Javier Loria, and Niels Berglund, you'll get detailed information and time to ask your questions.

Three sessions, directly from your own computer:- Understanding Query Plan Caching in SQL Server- SQL Server High Availability- SQL Server Performance

Page 25: SQL Bits Goes West Andrew Fryer Evangelist 1 HTTP://BLOGS.TECHNET.COM/ANDREW @DEEPFAT ON TWITTER.

IT’S PARTY TIME!

Coming up next in the Atrium:Time to relax and let your hair down.

RockbandTable footballAir Hockeyand more

Don’t forget speakers and sponsors have drinks vouchers


Recommended