ANALYTICS FOR THE DBA – A LOOK AT AUTOMATION AND STANDARDIZATION WITH BI TOOLS RODNEY LANDRUM, SQL SERVER MVP CURACAO SQL SATURDAY – MAY 23 RD 2015.

Slides:



Advertisements
Similar presentations
TD Ameritrade IT audit intern Ramez Mina. Position definition Department head  IT audit intern Managers  system analyst and developer to build automated.
Advertisements

End user End user BI Everyone Technical BISelf service BI End userITAnalyst Power BI DesignerPower BI Excel SharePoint Visual Studio SQL Server.
Utility Database Chris
Data Mining 2012 with Microsoft Excel 2010 and PowerPivot Mark Tabladillo, Ph.D. Microsoft MVP, Data Mining Architect MarkTab Consulting DBI204.
Bill Wunder Database Manager Pinnacle Sports Worldwide bon bini a.
DBA230 Introducing SQL Server 2000 Reporting Services Jason Carlson Product Unit Manager SQL Server Microsoft Corporation.
Power View – The Future of Visual BI via SharePoint Bhavik Merchant Microsoft BI Practice Manager Interactive Theatre AIT006.
Top Free Tools for Tuning SQL Statements Kevin Kline & Aaron Bertrand SQL Sentry, Inc.
Data-driven Subscription using SSIS and SharePoint David Smeets 26/10/2013.
Programming in R SQL in R. Running SQL in R In this session I will show you how to: Run basic SQL commands within R.
Jemini Joseph. About me Working in Microsoft BI field since Mostly consulting in SSIS Worked as programmer in Visual Basic before moving to BI
James Serra Data Platform Solution Architect Microsoft JamesSerra.com.
Wharton Computer Consulting, Inc. PowerShell Basics for SQL Server One Tool to Manage All SQL Servers Michael Wharton
Microsoft Power Query 101 Belinda Allen Smith & Allen Consulting, Inc.
PASS BA Virtual Chapter June 16 th, Presents: “What's New in SQL Server Reporting Services 2016”
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
SQLSTARTER - INTRO TO DATABASE DEVELOPMENT Kevin Kline Technical Evangelist, SQL Sentry SQL Server MVP since 2003 Twitter, FB, LI, KEKline Blog:
Daniel Black – SQL Server Developer What is SetFocus  The SetFocus SQL Master’s Program is an intensive, hands– on, project oriented program allowing.
Eugene Meidinger Intermediate Querying: Going Beyond Select
SQL Server 2016 features by edition
Got stress? Sometimes the SQL Server needs some too
Microsoft List Schedule April – May 2016
A digital reference guide for database administrators
Become a Bilingual DBA Oracle for the SQL Server DBA
SQL Server Reporting Service & Power BI
How to move a ton of data from the mainframe to the cloud with BIML
Report Builder as Self Service BI Solution
Power Query Tips & Tricks
Efficiently Searching Schema in SQL Server
PASS Business Analytics Virtual Group & Avi Singh presents: “Excel to Power BI: 5 lessons you need to Unlearn to unlock Analytical Superpowers” March 21,
A digital reference guide for database administrators
Create and publish reports with Power BI for desktop
Web Design And Development Company
What is business intelligence?
SSIS & PowerShell SQL Saturday Holland 2016 Joost van Rossum
Less known component in SSIS and cool features of Power BI
Martin Abbott Integration MVP
SQL Server Integration Services SSIS and PowerShell
Database Code Management with VS 2017 and RedGate
Troubleshooting SQL Server Basics
SQL Server Analysis Services Fundamentals
SQL Server Analysis Services Fundamentals
Populating a Data Warehouse
Simon Kingaby #SimonKingaby
SQL Saturday #654 - Omaha.
Cloud BI with Azure Analysis Services
Creating Dashboards with PerformancePoint Services
Populating a Data Warehouse
Populating a Data Warehouse
نرم افزار گزارش ساز کارنیک
Integrating with CAMS Tracy Dale Senior Consultant 3D Technologies.
Financial Aid Packaging
SQL Server Agent The Life Preserver for the Drowning DBA Lance Tidwell.
Azure Data Lake for First Time Swimmers
PowerShell & PowerBi Reducing DBAs Context Switching
PowerShell & PowerBi Reducing DBAs Context Switching
Finding Islands, Gaps, and Clusters in Complex Data
Power Query Tips & Tricks
CS 240 – Advanced Programming Concepts
Using Biml to Automate the Generation of SSIS Packages
Finding Islands, Gaps, and Clusters in Complex Data
BI Tools Service – Framework Design Planning Reporting as a service
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
Decision Support Systems Professor Pat Paulson
Azure Data Factory V2: SSIS in the Cloud or Not?
Cloud BI with Azure Analysis Services
Azure Databricks for the Traditional DBA
SSIS Data Integration Data Warehouse Acceleration
Environment Automation
Presentation transcript:

ANALYTICS FOR THE DBA – A LOOK AT AUTOMATION AND STANDARDIZATION WITH BI TOOLS RODNEY LANDRUM, SQL SERVER MVP CURACAO SQL SATURDAY – MAY 23 RD 2015

ABOUT Simple-talk.com Manager DBA Consultant

WHAT WE WILL COVER SQL Server data gathering (DBA Repository) Reporting Services Reports to pull the data (Yawn) Some Fun with SQL before we get started as T-SQL is the core of most analysis for the DBA The Move to Management and Power Tools in Excel How DBAs can gain valuable skills with their data The move from DBA to Manager to Consultant

The DBA Repository

SSIS PACKAGE TO GATHER DBA DATA

THE GUTS SELECT LTRIM(RTRIM(Server)) AS servername FROM ServerList_SSIS WHERE (Connect = 1) AND (DMZ = 0) order by LTRIM(RTRIM(Server))

LINKS HTML Output From SQL DBA Repository Adam Aspin