Session Date/Time (dd-MM-YYYY 24h) | Speaker | Category | Track | Title |
---|---|---|---|---|
12-06-2018 12:00 | Glenn Berry | 24 Hours of PASS (60 minutes) | Database Administration and Development | Sneak Peek: Migrating to SQL Server 2017 |
12-06-2018 13:00 | Brent Ozar, Erik Darling | 24 Hours of PASS (60 minutes) | Database Administration and Development | Why Performance Tuning Wisdom Needs Expiration Dates |
12-06-2018 14:00 | Jason HALL | 24 Hours of PASS (60 minutes) | Database Administration and Development | Are Open Source Databases on Your Radar? |
12-06-2018 15:00 | Mico Yuk | 24 Hours of PASS (60 minutes) | Advanced Analytics | Sneak Peek: Data Storytelling 101 |
12-06-2018 16:00 | Lyndsey Padget | 24 Hours of PASS (60 minutes) | Application Development | Git: Concepts & Strategies |
12-06-2018 17:00 | Devin Knight | 24 Hours of PASS (60 minutes) | Business Intelligence and Data Warehousing | Digital Storytelling with Power BI |
12-06-2018 18:00 | Reza Rad | 24 Hours of PASS (60 minutes) | Business Intelligence and Data Warehousing | Exploring Sharing Strategies in Power BI |
12-06-2018 19:00 | Kendra Little | 24 Hours of PASS (60 minutes) | Database Administration and Development | Why is that Data Wrong? How Choosing the Wrong Isolation Level Causes Bad Results |
12-06-2018 20:00 | Rob Sewell | 24 Hours of PASS (60 minutes) | Database Administration and Development | Writing PowerShell with VS Code |
12-06-2018 21:00 | Steve Jones | 24 Hours of PASS (60 minutes) | Application Development | Database DevOps to Ensure Compliance |
12-06-2018 22:00 | Andy Yun | 24 Hours of PASS (60 minutes) | Database Administration and Development | Uncovering Duplicate, Redundant, & Missing Indexes - A Sneak Peek |
12-06-2018 23:00 | Melissa Coates | 24 Hours of PASS (60 minutes) | Big Data and IoT | Azure Data Lake: What, Why, and How |
13-06-2018 00:00 | Frank Gill | 24 Hours of PASS (60 minutes) | Application Development | The SQL Server Transaction Log for Developers - A Sneak Peek |
13-06-2018 01:00 | Joseph Barth | 24 Hours of PASS (60 minutes) | Cloud Solutions | Preview: Azure Data Factory Version 2 - Early Adopters |
13-06-2018 02:00 | Ginger Grant | 24 Hours of PASS (60 minutes) | Advanced Analytics | An Introduction to Azure Databricks |
13-06-2018 03:00 | Ed Leighton-Dick | 24 Hours of PASS (60 minutes) | Application Development | Least Privilege, Greatest Privacy |
13-06-2018 04:00 | Brandon Leach | 24 Hours of PASS (60 minutes) | Database Administration and Development | A DBA's Guide to the Proper Handling of Corruption: Sneak Peek |
13-06-2018 05:00 | Dejan Sarka | 24 Hours of PASS (60 minutes) | Advanced Analytics | A Sneak Peek: Advanced R |
13-06-2018 06:00 | Leila Etaati | 24 Hours of PASS (60 minutes) | Advanced Analytics | Data Science in Cloud |
13-06-2018 07:00 | Pinal Dave | 24 Hours of PASS (60 minutes) | Database Administration and Development | SQL Server Performance Tuning Made Easy |
13-06-2018 08:00 | Simon Whiteley | 24 Hours of PASS (60 minutes) | Business Intelligence and Data Warehousing | Modern Data Warehousing - The Lambda Architecture in Azure |
13-06-2018 09:00 | Cathrine Wilhelmsen | 24 Hours of PASS (60 minutes) | Business Intelligence and Data Warehousing | Biml for Beginners: Script and Automate SSIS Development |
13-06-2018 10:00 | Allen White | 24 Hours of PASS (60 minutes) | Database Administration and Development | Improve App Performance Using Async Messaging with Service Broker |
13-06-2018 11:00 | Manohar Punna | 24 Hours of PASS (60 minutes) | Business Intelligence and Data Warehousing | Power BI Tips to Make Stuff Work |
Event Date: 12-06-2018 12:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
Event Date: 12-06-2018 13:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
Event Date: 12-06-2018 14:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
In this session, you'll learn how you can centrally monitor, diagnose and report on open source databases in a single pane of glass, which includes coverage of your SQL Server, Oracle and DB2 deployments.
You'll see how to easily: • Centralize visibility into the health and status of MySQL (including MariaDB), PostgreSQL, MongoDB and Cassandra. • Set up and receive alerts for critical problems in your database environment. • Diagnose both real-time and historical performance problems. • Dig into poor performing queries. • Report on database availability and health. • Improve database performance monitoring and open source database management.
Event Date: 12-06-2018 15:00 - Category: 24 Hours of PASS (60 minutes) - Track: Advanced Analytics
Event Date: 12-06-2018 16:00 - Category: 24 Hours of PASS (60 minutes) - Track: Application Development
Whether you're writing code or managing developers who do, this course is for you. This session will cover the most critical git concepts, basic and advanced, in a completely visualized way. At the same time, you’ll pick up git terminal commands to help you understand (or even eliminate) a git GUI you already use. Go beyond the basics to learn how to get yourself out of a git pickle, practical release management strategies, and more.
Event Date: 12-06-2018 17:00 - Category: 24 Hours of PASS (60 minutes) - Track: Business Intelligence and Data Warehousing
Event Date: 12-06-2018 18:00 - Category: 24 Hours of PASS (60 minutes) - Track: Business Intelligence and Data Warehousing
Event Date: 12-06-2018 19:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
In this session, you will learn what "isolation levels" are and how the read committed isolation level works by default in SQL Server. You'll see how easy it is to make a query return inconsistent results using these default settings, and why this is allowed to happen. We'll dig into an example where blocking causes a query to return "impossible" query results. You'll leave the session with a fresh understanding of why choosing the right isolation level is critical to the success of your applications.
Event Date: 12-06-2018 20:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
Event Date: 12-06-2018 21:00 - Category: 24 Hours of PASS (60 minutes) - Track: Application Development
Event Date: 12-06-2018 22:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
Attend this session and learn how SQL Server tracks actual index usage, and how you can make use of that information to improve the state of indexes in your database. We will use this data to identify wasteful, unused, & redundant indexes, and explore performance penalties you pay for not addressing these inefficient indexes. Finally, we will dive into the Missing Index DMV and explore the art of evaluating its recommendations to make proper indexing decisions.
Event Date: 12-06-2018 23:00 - Category: 24 Hours of PASS (60 minutes) - Track: Big Data and IoT
Event Date: 13-06-2018 00:00 - Category: 24 Hours of PASS (60 minutes) - Track: Application Development
Event Date: 13-06-2018 01:00 - Category: 24 Hours of PASS (60 minutes) - Track: Cloud Solutions
Event Date: 13-06-2018 02:00 - Category: 24 Hours of PASS (60 minutes) - Track: Advanced Analytics
Event Date: 13-06-2018 03:00 - Category: 24 Hours of PASS (60 minutes) - Track: Application Development
Enter the Principle of Least Privilege - a simple yet powerful rule for determining what permissions an account needs. When coupled with SQL Server's permission model, it can be used to create a robust security model that satisfies whatever regulations your company requires. This session will be a high-level introduction to the concept and how it applies to data privacy. Join me at this year's PASS Summit for a more detailed look at how to apply permissions for maximum effect.
Event Date: 13-06-2018 04:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
We will focus on ways to detect corruption early. This will include understanding tools available to us like DBCC CheckDB as well as the importance of testing your backups.
As part of this we’ll look at some sample scripts to automate corruption checks and common alerts we should have set up on our instances, as well as discuss a sample backup and DBCC Checkdb architecture to help ensure we can recover.
Event Date: 13-06-2018 05:00 - Category: 24 Hours of PASS (60 minutes) - Track: Advanced Analytics
Event Date: 13-06-2018 06:00 - Category: 24 Hours of PASS (60 minutes) - Track: Advanced Analytics
Event Date: 13-06-2018 07:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
Here is the glimpse of the features we will cover in this session:
Event Date: 13-06-2018 08:00 - Category: 24 Hours of PASS (60 minutes) - Track: Business Intelligence and Data Warehousing
This session will take you through the patterns and processes that underpin the Lambda architecture, providing advice and guidance on the tool sets and integration points between them.
We will follow the movement of data through batch and speed layers via Azure Data Lake Store & Analytics, Data Factory, SQL DataWarehouse and Streaming Analytics, before comparing and contrasting with the new Azure Databricks service.
This session assumes no prior knowledge of Azure, but a grasp of BI & ETL concepts will help.
Event Date: 13-06-2018 09:00 - Category: 24 Hours of PASS (60 minutes) - Track: Business Intelligence and Data Warehousing
Say goodbye to repetitive work and hello to Biml, the markup language for Business Intelligence projects.
In this session, we will first look at the basics of Biml and how to automatically generate SSIS packages from database metadata. Then we will explore techniques for reusing code and implementing changes across projects with just a few clicks. Finally, we will create an example project that you can download and start with to generate all the SQL scripts and SSIS packages needed to build a staging environment in just a few minutes.
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: 13-06-2018 10:00 - Category: 24 Hours of PASS (60 minutes) - Track: Database Administration and Development
Event Date: 13-06-2018 11:00 - Category: 24 Hours of PASS (60 minutes) - Track: Business Intelligence and Data Warehousing