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