Start Time (24h) | Speaker | Track | Title |
---|---|---|---|
08:30:00 | Anthony Nocentino | Enterprise Database Administration Deployment | Performance Monitoring AlwaysOn Availability Groups |
08:30:00 | Simon Cho | BI Platform Architecture, Development Administration | Build ETL efficiently (10x) with Minimal Logging |
08:30:00 | Brandon Leach | Enterprise Database Administration Deployment | Partitioning Basics: Treating Your Tables Like Legos |
08:30:00 | Jonathan Amen | Professional Development | You Don't Have to be in Leadership to be a Leader |
08:30:00 | Reeves Smith | Analytics and Visualization | Introduction to Data Science with R |
09:45:00 | Deji Akomolafe | Strategy and Architecture | Successfully Virtualizing SQL Server on vSphere - Straight from the Source |
09:45:00 | Ben Miller | Application Database Development | Be Friendly to SQL Server with TSQL Best Practices |
09:45:00 | Prakash Heda | Enterprise Database Administration Deployment | Consolidated Essential Performance Health Check using PowerShell |
09:45:00 | Mitchell Bottel | Enterprise Database Administration Deployment | OWN your SQL Servers with PBM CMS |
09:45:00 | Bill Fellows | BI Platform Architecture, Development Administration | What is Biml and why are SSIS developers excited about it? |
11:00:00 | Cathrine Wilhelmsen | BI Platform Architecture, Development Administration | Biml for Beginners: Speed Up Your SSIS Development |
11:00:00 | Elizabeth Block | Enterprise Database Administration Deployment | DBA Cheat Sheet |
11:00:00 | Kalen Delaney | Enterprise Database Administration Deployment | Recovery Models Made SIMPLE |
11:00:00 | Christopher Anderson | Professional Development | Life of a Lead DBA - How to explain to your boss 'what you do' |
11:00:00 | Cathrine Wilhelmsen | BI Platform Architecture, Development Administration | Level Up Your Biml: Best Practices and Coding Techniques |
11:00:00 | Meagan Longoria | Analytics and Visualization | Overcoming Chartaphobia with Power BI |
12:15:00 | SQLSAT540 Sponsor | Enterprise Database Administration Deployment | Dell: Manage SQL Server Performance with Spotlight on SQL Server |
12:15:00 | SQLSAT540 Sponsor | Enterprise Database Administration Deployment | Tintri: I/O Whack-a-Mole |
13:30:00 | Sayed Saeed | BI Platform Architecture, Development Administration | The Business Intelligence Side of SQL Server |
13:30:00 | Ben Miller | Enterprise Database Administration Deployment | PoShDBA: Practical PowerShell for the DBA |
13:30:00 | Todd Kleinhans | Enterprise Database Administration Deployment | The Life Cycle of a Query in Virtual Reality |
13:30:00 | Meagan Longoria | BI Platform Architecture, Development Administration | Who needs SSAS when you have SQL? |
13:30:00 | DIlip nayak | Enterprise Database Administration Deployment | NoSQL for SQL DBA |
14:45:00 | Jason Horner | BI Platform Architecture, Development Administration | Dimensional Modeling Design Patterns: Beyond the Basics |
14:45:00 | Cathrine Wilhelmsen | BI Platform Architecture, Development Administration | Tools and Tips: From Accidental to Efficient Data Warehouse Developer |
14:45:00 | Angel Abundez | BI Platform Architecture, Development Administration | Power BI Embedded |
14:45:00 | Eric Bragas | Analytics and Visualization | Intro to DAX Patterns |
14:45:00 | Mickey Stuewe | Application Database Development | Changing Your Habits to Improve the Performance of Your T-SQL |
14:45:00 | Eric Courville | Enterprise Database Administration Deployment | AWS Command Line and Working with RDS |
16:00:00 | Phil Robinson | Analytics and Visualization | Power BI Desktop – A BI developer’s view |
16:00:00 | Chris Hyde | Analytics and Visualization | SQL Server R Services in SQL 2016 |
16:00:00 | Tim Plas | Enterprise Database Administration Deployment | Protecting SQL Data for Availability and DR |
16:00:00 | Eric Freeman | Analytics and Visualization | Window Functions- Get OVER it! |
16:00:00 | Mitchell Bottel | Enterprise Database Administration Deployment | Stump the MCM Studs |
Event Date: 23-07-2016 - Session time: 08:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 08:30:00 - Track: BI Platform Architecture, Development Administration
We will first analyze how data gets accessed from the source and how data gets updated or inserted to the target server: index access patterns in read operation and minimal logging in wring operation. I will introduce TF610 and cover its benefit for minimal logging even in full recovery mode.
Event Date: 23-07-2016 - Session time: 08:30:00 - Track: Enterprise Database Administration Deployment
With partitioning, you can break a table or index down into smaller more manageable chunks. It can help you perform maintenance on just part of a table or index. You can even move data in and out of tables with quick and easy metadata only operations. We’ll go over basic partitioning concepts such as horizontal vs. vertical partitioning, and techniques like partitioned views and full blown table partitioning. We’ll also look at how partitioning affects things under the hood. Finally you'll see some cool demos/tricks around index maintenance and data movement. At the end of this session you’ll have a firm understanding of how partitioning works and know how to make decisions on how and when to implement.
Event Date: 23-07-2016 - Session time: 08:30:00 - Track: Professional Development
Event Date: 23-07-2016 - Session time: 08:30:00 - Track: Analytics and Visualization
Discovering useful patterns and insight in the enterprise has become more challenging without a new set of tools. Big data has taken center stage in the data warehouse community and with data sets so large and complex that traditional data processing applications are becoming inadequate. Learn about the R language that is at the center of most advanced analytics conversations. R is an open source statistical language that is rapidly gaining popularity due to a robust set of machine learning functionality and a never-ending set of R packages that are used to increase functionality of the core R language. In this session, we will introduce the R language and review some of the features of the highly interactive environment that are available with just the base install. We will also review some of the upcoming features in the SQL Server 2016.
Event Date: 23-07-2016 - Session time: 09:45:00 - Track: Strategy and Architecture
Event Date: 23-07-2016 - Session time: 09:45:00 - Track: Application Database Development
Event Date: 23-07-2016 - Session time: 09:45:00 - Track: Enterprise Database Administration Deployment
First part of the email shares some key observations about SQL Server performance which can be the key to quick resolution of the issue. Rest of the email shows different set of stats regarding CPU/Disk IO/Disk Space/Memory/Network/Blocking and database performance which could lead to the slowness observed in the application. This consolidated email can be shared with technical stakeholders to give a snaps
Event Date: 23-07-2016 - Session time: 09:45:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 09:45:00 - Track: BI Platform Architecture, Development Administration
We will work through progressively more complex examples from a "Hello World" equivalent to a to a full fledged, audited, truncate and reload pattern based on an external metadata repository.
You will leave this session armed with the knowledge of how Biml can help you achieve a consistent and reproducible approach for the creation of SSIS solutions.
Event Date: 23-07-2016 - Session time: 11:00:00 - Track: BI Platform Architecture, Development Administration
Say goodbye to repetitive work and hello to Biml, the markup language for Business Intelligence projects.
In this session we will look at the basics of Biml. First learn how to use Biml to generate SSIS packages from database metadata. Then see how you can reuse code to implement changes in multiple SSIS packages and projects with just a few clicks. Finally, we will create an example project that you can download and start with to speed up your SSIS development from day one.
Stop wasting your valuable time on doing the same things over and over and over again, and see how you can complete in a day what once took more than a week!
Event Date: 23-07-2016 - Session time: 11:00:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 11:00:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 11:00:00 - Track: Professional Development
It will be your job to explain to your boss (customers, clients, etc.) what it takes to operate and maintain a well-running database environment. You have to justify why there is work and spending necessary for reactive support and maintenance. No organization can stand still, so you will also need to demonstrate the need for proactive work: research, training and planning for new architecture. By doing so, you can demonstrate the value you are adding as a Lead DBA.
In this session, you will see some frameworks and templates for explaining your responsibilities to your boss. Get some ideas reporting your workload in business terms, and presenting your database environment and concepts to non-technical audiences.
Event Date: 23-07-2016 - Session time: 11:00:00 - Track: BI Platform Architecture, Development Administration
Attend this session for an overview of Biml best practices and coding techniques. Learn how to centralize and reuse code with include files and the CallBimlScript method. Make your code easier to read and write by utilizing LINQ (Language-Integrated Queries). Share code between files by using Annotations and ObjectTags. And finally, if standard Biml is not enough to solve your problems, you can create your own C# helper classes and extension methods to implement custom logic.
Start improving your code today and level up your Biml in no time!
Event Date: 23-07-2016 - Session time: 11:00:00 - Track: Analytics and Visualization
Event Date: 23-07-2016 - Session time: 12:15:00 - Track: Enterprise Database Administration Deployment
Trent will show you to get real-time notification and rapid diagnoses of your SQL Server performance problems using Dell Software’s Spotlight on SQL Server. Spotlight on SQL Server gives real-time alerts and brings together all of your critical SQL Server metrics onto a single dashboard-type screen, color-coded for problem severity and clickable for drilling down to the details and root causes of problems.
Event Date: 23-07-2016 - Session time: 12:15:00 - Track: Enterprise Database Administration Deployment
Disk I/O for a virtualized SQL Server database takes a mysterious journey. In this session we will take the mystery out of virtual disk I/O. Using common infrastructure tools we will explore the path of a disk I/O and share repeatable methods that can be used to quickly identify the cause of a performance bottleneck. Along the way we will explore SQL Server, the Virtual Machine, the hypervisor, virtual switches, physical switches, and the storage.
Event Date: 23-07-2016 - Session time: 13:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 23-07-2016 - Session time: 13:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 13:30:00 - Track: Enterprise Database Administration Deployment
The Life Cycle of a Query in Virtual Reality is built using Epic Games video game engine called Unreal Engine 4 (UE4). With native support for VR, UE4 has been used for applications beyond just video games. With the commercial availability of affordable VR headsets, data professionals can now create visually compelling environments that were almost impossible or extremely expensive just a few years ago on both PC and mobile devices.
Event Date: 23-07-2016 - Session time: 13:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 23-07-2016 - Session time: 13:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 14:45:00 - Track: BI Platform Architecture, Development Administration
In this session, we will dive deeper into the art of dimensional modeling. We will look at how and when to create the different types of fact and dimension tables, Including patterns for enriching dimensional data, creating usable hierarchies for efficient navigation, and tracking historical changes. After attending this session you will be able to confidently assess the quality of your organization’s dimensional model and recommend and implement changes. Bring your toughest quandaries to help make this an interactive and engaging session.
Event Date: 23-07-2016 - Session time: 14:45:00 - Track: BI Platform Architecture, Development Administration
You might not be able to rewrite your entire Data Warehouse or change your team's processes over night, but there are many things you can do to increase your own productivity and become a more efficient Data Warehouse developer.
In this session I will show you some of what I have learned and discovered that has made me exclaim "Oh wow! Why did I not know this yesterday!?" - including SSMS features, tools for query analysis and tuning, free tools and scripts, Biml for SSIS and even a couple of things I used to think were only useful for those scary DBAs.
Event Date: 23-07-2016 - Session time: 14:45:00 - Track: BI Platform Architecture, Development Administration
Event Date: 23-07-2016 - Session time: 14:45:00 - Track: Analytics and Visualization
Event Date: 23-07-2016 - Session time: 14:45:00 - Track: Application Database Development
Event Date: 23-07-2016 - Session time: 14:45:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 16:00:00 - Track: Analytics and Visualization
This session will explore Power BI Desktop features for data accusation and manipulation, sample some of the visualization provided and review the deployment options.
Event Date: 23-07-2016 - Session time: 16:00:00 - Track: Analytics and Visualization
Event Date: 23-07-2016 - Session time: 16:00:00 - Track: Enterprise Database Administration Deployment
Event Date: 23-07-2016 - Session time: 16:00:00 - Track: Analytics and Visualization
This session will be filled with examples and practical applications of window functions in analytics.
Event Date: 23-07-2016 - Session time: 16:00:00 - Track: Enterprise Database Administration Deployment