sqlsathistory

Nr: 892

Back to Main list

SQLSaturday #892 - Providence 2019

Start Time (24h) Speaker Track Title
09:00:00 Chris Seferlis BI Platform - Architecture, Development, Deployment or Administration The Modern Data Warehouse and Azure
09:00:00 Taiob Ali Enterprise Database - Administration Deployment New features in Management Studio -- Performance Troubleshooting made easier!
09:00:00 Chris Hyde Application, Analytics, Database or ML Development Python in SQL Server 2017 and 2019
09:00:00 Todd Chittenden Cloud Platform - Architecture, Development, Deployment or Administration Monitor Your Azure Resources Effectively
09:00:00 Andy Yun Application, Analytics, Database or ML Development Let's Dive Into SQL Server I/O To Improve T-SQL Performance
10:00:00 Ray Kim Professional Development or Other Blogging for Success: Advancing your career by blogging
10:00:00 Edward Pollack BI Platform - Architecture, Development, Deployment or Administration Finding Islands, Gaps, and Clusters in Complex Data
10:00:00 Matthew Anderson Enterprise Database - Administration Deployment Documenting your SQL Server environment with PowerShell
10:00:00 Reinhard Flügel Application, Analytics, Database or ML Development Possiblities and Limitations of System-Versioned Temporal Tables beyond the Basics
10:00:00 Andy Mallon Enterprise Database - Administration Deployment Shortcuts from an Impatient DBA
11:00:00 Christian Cote BI Platform - Architecture, Development, Deployment or Administration Feeding the modern data warehouse (Power BI, Azure Data Factory and Databricks)
11:00:00 Joe Gavin Enterprise Database - Administration Deployment We Need To Talk Security
11:00:00 Bryan Cafferky Application, Analytics, Database or ML Development Data Science at Warp Speed with Azure Machine Learning service
11:00:00 Satya Jayanty Enterprise Database - Administration Deployment Modernise your data migration with Azure Data Migration Service
11:00:00 Andy Yun Enterprise Database - Administration Deployment A Beginner's Guide to Seven Practices that Kill Performance
13:00:00 Deborah Melkin Application, Analytics, Database or ML Development Looking "Normal" and Seeing "Stars": Table Designs Working Together
13:00:00 Andy Mallon Enterprise Database - Administration Deployment Demystifying Data Compression
13:00:00 Paresh Motiwala Enterprise Database - Administration Deployment Painlessly Upgrade to SQL 2017 or SQL 2019
13:00:00 Surbhi Pokharna Enterprise Database - Administration Deployment Will Query Store fix all my Performance Issues?
13:00:00 John Miner Application, Analytics, Database or ML Development Basic Database Design
14:00:00 Grant Fritchey Enterprise Database - Administration Deployment SQL Injection: What Is It, Prevent It, Monitor For It!
14:00:00 Christian Cote BI Platform - Architecture, Development, Deployment or Administration Power BI Report Server for the enterprise
14:00:00 Jeff Moden Enterprise Database - Administration Deployment “Black Arts” Index Maintenance #1: How the “Best Practice” Methods are Silently Killing Performance
14:00:00 Rayis Imayev Cloud Platform - Architecture, Development, Deployment or Administration Continuous integration and delivery (CI/CD) in Azure Data Factory
14:00:00 George Walters Enterprise Database - Administration Deployment Organizational Security Compliance with SQL 2012 through 2016/2017/2019
15:00:00 Grant Fritchey Enterprise Database - Administration Deployment Extending DevOps To SQL Server
15:00:00 Thomas Grohser Professional Development or Other "Schadenfreude" - Let's enjoy the mistakes other people made...
15:00:00 Jeff Moden Enterprise Database - Administration Deployment “Black Arts” Index Maintenance #2: Better Methods that Can Actual
15:00:00 Linda Groszyk Professional Development or Other Breaking the Social Code: How to be Socially Intelligent at Work
15:00:00 Bryan Cafferky Professional Development or Other Learn or Churn ~ Navigating your Career in 2020 and Beyond

SessionID: 91843

The Modern Data Warehouse and Azure

Back to calendar

Event Date: 24-08-2019 - Session time: 09:00:00 - Track: BI Platform - Architecture, Development, Deployment or Administration

Speaker: Chris Seferlis

Title: The Modern Data Warehouse and Azure

Abstract:

In this session we will discuss how Azure is changing the approach to Data Warehousing and in some pretty dramatic ways. You can expect to learn how the Microsoft Reference Architectures are enabling organizations to deploy their data warehouses with virtually limitless scale and flexibility.

SessionID: 92603

New features in Management Studio -- Performance Troubleshooting made easier!

Back to calendar

Event Date: 24-08-2019 - Session time: 09:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Taiob Ali

Title: New features in Management Studio -- Performance Troubleshooting made easier!

Abstract:

SQL Server Management Studio (SSMS) is now updated each month with the latest version of the SQL Client Tools. Which enabled rapid enhancement to Execution Plan.  

Do you know that you can now see how many pages are spilled to disk for a sort, as well as the memory statistics for the operator? Are you aware that you can see the top 10 waits for an execution and what trace flags were active during compilation and which ones influenced compilation? Have you ever analyzed a big plan and wish you could search for table name, index name or column name without opening XML plan? When you see a clustered index was used do you know for sure which statistics were used by the Query Optimizer to estimate the number of rows?

In this demo intensive session, I will show you how to find and use new features introduced into SSMS and Showplan. You will walk out of this session equipped to make Query Performance Troubleshooting easier and ready to tackle those nasty, hard to solve query plans.

SessionID: 93485

Python in SQL Server 2017 and 2019

Back to calendar

Event Date: 24-08-2019 - Session time: 09:00:00 - Track: Application, Analytics, Database or ML Development

Speaker: Chris Hyde

Title: Python in SQL Server 2017 and 2019

Abstract:

SQL Server 2017 and 2019 have arrived, bringing with them a host of exciting new features. Of particular interest to BI practitioners and data scientists is the integration of the Python programming language into the SQL ecosystem. This integration opens up a number of possibilities for in-database analytics and intelligent database applications, so let's get started!

In this introductory session we'll briefly introduce the Python language and then look at how to install and administer Machine Learning Services. We'll start to demonstrate the power of Python by showing you how to create and run simple scripts from within T-SQL. We'll then discuss some of the powerful open source packages that are available to aid your data analyses. Finally, we'll go through some examples of how to use Python to integrate data analytical methods in real-world situations, and wow your customers with the power of analytics!

SessionID: 94519

Monitor Your Azure Resources Effectively

Back to calendar

Event Date: 24-08-2019 - Session time: 09:00:00 - Track: Cloud Platform - Architecture, Development, Deployment or Administration

Speaker: Todd Chittenden

Title: Monitor Your Azure Resources Effectively

Abstract:

Microsoft has recently release the new Azure Alert framework and is deprecating 'classic alerts'. Learn about how to set up Azure Alerts and Notifications on you various resources for maximum efficiency and flexibility. There are some preview features that may or may not make it into GA by the time the session rolls around, but there are definitely some pitfalls to avoid!

SessionID: 95506

Let's Dive Into SQL Server I/O To Improve T-SQL Performance

Back to calendar

Event Date: 24-08-2019 - Session time: 09:00:00 - Track: Application, Analytics, Database or ML Development

Speaker: Andy Yun

Title: Let's Dive Into SQL Server I/O To Improve T-SQL Performance

Abstract:

Do you understand how SQL Server handles I/O? If not, you should. Understanding I/O is more important than ever with increasing cloud adoption, due to cloud costing models. But even on-premises, I/O has a direct impact on T-SQL performance.

Join me for a deep dive into the storage engine to understand how SQL Server handles I/O. Concepts will be paired with T-SQL examples to illustrate the practical impacts.

When you leave, you'll be able to optimize your T-SQL reduce I/O and improve performance across the board.

SessionID: 91820

Blogging for Success: Advancing your career by blogging

Back to calendar

Event Date: 24-08-2019 - Session time: 10:00:00 - Track: Professional Development or Other

Speaker: Ray Kim

Title: Blogging for Success: Advancing your career by blogging

Abstract:

Ever wanted to start a 'blog, but have no idea how to do it? It's easier than you think! A number of people have become successful by writing 'blog articles. I originally started my 'blog to supplement my presentations. Since then, it's taken on a life of its own.

In this presentation, I'll tell you how I got started with 'blogging, where it's taken me since then, and lessons I've learned along the way. We'll discuss 'blog platforms, how to get started, what to write about, and what to do (and what NOT to do) when writing articles.

SessionID: 91955

Finding Islands, Gaps, and Clusters in Complex Data

Back to calendar

Event Date: 24-08-2019 - Session time: 10:00:00 - Track: BI Platform - Architecture, Development, Deployment or Administration

Speaker: Edward Pollack

Title: Finding Islands, Gaps, and Clusters in Complex Data

Abstract:

Gaps and islands problems are often treated as academic problems that are discussed without relevant real-life problems to solve.

By subdividing a data set into meaningful groups of islands, we can perform analytics against it that would otherwise be slow, error-prone, or seemingly impossible!

Data clustering can be applied to complex data sets in order to answer questions about winning streaks, financial performance, monitoring/alerting, goal achievement, and more!

Data quality becomes critical when crunching data in this fashion. We address duplicate data, bad data, NULL, and any other unexpected weirdness that a user might throw at us.

This is a fast-paced session that delves into methods that can be applied to any data. A complete set of historical baseball records will be used as our imperfect sample data for everything from a player's hitting streak to the longest winning streak by a team on Wednesdays at night.

SessionID: 92343

Documenting your SQL Server environment with PowerShell

Back to calendar

Event Date: 24-08-2019 - Session time: 10:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Matthew Anderson

Title: Documenting your SQL Server environment with PowerShell

Abstract:

Do you know what your SQL Server environment looks like? Using PowerShell along with dbatools and PowerBI we will cover how to collect, store, and document this information.

Finding a free and simple method to gather information about my SQL Server environment was difficult. Using a combination of PowerShell, the dbatools module, and a PowerBI report I finally found something that works for me. I hope it can be helpful for you as well.

SessionID: 94998

Possiblities and Limitations of System-Versioned Temporal Tables beyond the Basics

Back to calendar

Event Date: 24-08-2019 - Session time: 10:00:00 - Track: Application, Analytics, Database or ML Development

Speaker: Reinhard Flügel

Title: Possiblities and Limitations of System-Versioned Temporal Tables beyond the Basics

Abstract:

This technical presentation shows how to manipulate data with versioning switched off, what to consider when building queries referencing multiple temporal tables and building views.

SessionID: 95304

Shortcuts from an Impatient DBA

Back to calendar

Event Date: 24-08-2019 - Session time: 10:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Andy Mallon

Title: Shortcuts from an Impatient DBA

Abstract:

This session is about performance tuning your day.

We spend a lot of time thinking about how to write efficient code, but we don't spend a lot of time thinking about how to be efficient with how we use our tools. In this session I will show you some lesser known keyboard shortcuts, tips, tricks, and hacks that will make your day easier. These are the tricks I've picked up over the years that help me get my work done quicker and easier.

Even the most seasoned Database Professionals will learn a new trick that makes SSMS even easier to use.

Slides and handouts available on GitHub: http://am2.co/shortcuts-ppt

SessionID: 93198

Feeding the modern data warehouse (Power BI, Azure Data Factory and Databricks)

Back to calendar

Event Date: 24-08-2019 - Session time: 11:00:00 - Track: BI Platform - Architecture, Development, Deployment or Administration

Speaker: Christian Cote

Title: Feeding the modern data warehouse (Power BI, Azure Data Factory and Databricks)

Abstract:

When it comes to feed the modern data warehouse in Azure, we're facing new challenges. This session will explain what id the modern data warehouse and how it can be fed using ETL 2.0 methodologies. Topics like Common Data Model and services will also be talked and demonstrated.

SessionID: 93552

We Need To Talk Security

Back to calendar

Event Date: 24-08-2019 - Session time: 11:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Joe Gavin

Title: We Need To Talk Security

Abstract:

Unless you've been stranded on a deserted island for years you've heard about all the data breaches that seem to happen every day.

This means data security has never been more important which means SQL Server security has never been more important.

We'll take a high level look at security starting with physical security, see the two authentication modes, differences between logins and users, troubleshooting some common login issues, see how to gain access to a SQL Server and wrap up with security similarities and differences between on premise SQL Server and Azure SQL Database.

SessionID: 95441

Data Science at Warp Speed with Azure Machine Learning service

Back to calendar

Event Date: 24-08-2019 - Session time: 11:00:00 - Track: Application, Analytics, Database or ML Development

Speaker: Bryan Cafferky

Title: Data Science at Warp Speed with Azure Machine Learning service

Abstract:

What do you get when you bring machine learning, massive scale with cloud containers, and advanced automation together? You get Azure Machine Learning service! This one stop comprehensive data science platform has it all. Come and learn about the backbone of machine learning on Azure and why you need to know about it! As part of this presentation you will learn how to easily train a model using Azure containers using Python code.

SessionID: 95445

Modernise your data migration with Azure Data Migration Service

Back to calendar

Event Date: 24-08-2019 - Session time: 11:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Satya Jayanty

Title: Modernise your data migration with Azure Data Migration Service

Abstract:

A simple and straightforward solution/process is always helpful when a database migration is planned, irrespective whether it is on-premise or cloud.

Azure Data Migration Service (DMS) is here to perform, lift and shift migrations to Azure SQL Database Managed Instance. Not just with migration using GUI, you can perform scripting to scale migration and plan minimal downtime migrations from different data sources to SQL Server.

Let us jump into Database Migration Service, and how you can utilize and modernize your data estate to fully managed services in Azure.

SessionID: 95505

A Beginner's Guide to Seven Practices that Kill Performance

Back to calendar

Event Date: 24-08-2019 - Session time: 11:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Andy Yun

Title: A Beginner's Guide to Seven Practices that Kill Performance

Abstract:

Are you a relative newcomer to SQL Server and want to get into performance tuning? Or maybe you just want to expand your knowledge of hidden performance killers?

Then join me for a survey of seven worst practices that kill performance in SQL Server. In this demo-filled session, we will cover a mix of administrative and T-SQL development practices, making this session suitable for DBAs and developers alike! Topics include server configuration mistakes, T-SQL parallelism, and TempDB headaches.

When you leave, you'll be armed with knowledge and tools to tackle your current workloads and hit the ground running.

SessionID: 94855

Looking "Normal" and Seeing "Stars": Table Designs Working Together

Back to calendar

Event Date: 24-08-2019 - Session time: 13:00:00 - Track: Application, Analytics, Database or ML Development

Speaker: Deborah Melkin

Title: Looking "Normal" and Seeing "Stars": Table Designs Working Together

Abstract:

Most database professionals know there are two different database design patterns - normal forms for OLTP databases and star schemas for data warehouses. We tend to discuss these separately. But these two designs actually work together when we create our table schemas.

In this session, we will review the basics of both normal forms and star schemas. We'll compare and contrast the two designs. We will then discuss how a normalized database design influences a star schema design and vice versa.

By the end of the session, you will better understand how using the two designs together gives you a greater insight to how you use your data throughout its lifecycle.

SessionID: 95303

Demystifying Data Compression

Back to calendar

Event Date: 24-08-2019 - Session time: 13:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Andy Mallon

Title: Demystifying Data Compression

Abstract:

SQL Server 2016 SP1 makes data compression available in all editions. Data compression can reduce storage costs, and provide a performance boost—and now compression is available without the added cost of Enterprise Edition. Whether you are a developer or a DBA, it's important to know how to use compression to save money and improve speed.

Come learn about how data compression actually works, the differences between ROW and PAGE compression, and learn how to pick the best compression level for your data. This session will cover the details of the compression algorithms, and the costs and benefits associated with each type of compression.

By the end of this session, you'll have a better idea of how the different compression algorithms work, when compression is the right solution, as well as what type of compression to use.

Slides materials available at: https://github.com/amtwo/Presentations/tree/master/Demystifying-Data-Compression

SessionID: 95323

Painlessly Upgrade to SQL 2017 or SQL 2019

Back to calendar

Event Date: 24-08-2019 - Session time: 13:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Paresh Motiwala

Title: Painlessly Upgrade to SQL 2017 or SQL 2019

Abstract:

Want to get off of older versions of SQL Server and go to SQL 2017 or SQL 2019? Then this session is just what the doctor would order for you!

This presentation is a part of the event "Modern Data Tour" organized by PASS. In this session we will cover:

  1. Is it right time to upgrade?
  2. How do you certify your database? The advantages and disadvantages of all of them.
  3. DB behavior under various compatibility levels
  4. Differences between deprecated and discontinued functionality
  5. Simplified Upgrade Process using three of best F R E E tools by Microsoft: a. Microsoft Assessment and Planning Toolkit(MAP) b. Database Migration Assistant (DMA) c. Database Experimentation Assistant (DEA)
  6. After this, we will also cover steps you can take after the migration is over.
  7. We will also take a look at the features of Query Tuning Assistant We will end the sessions with QA. If there is enough demand we can have a separate session on demo of each of the tools menti

SessionID: 95571

Will Query Store fix all my Performance Issues?

Back to calendar

Event Date: 24-08-2019 - Session time: 13:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Surbhi Pokharna

Title: Will Query Store fix all my Performance Issues?

Abstract:

How many of you cross your fingers and hold your breath when a new upgrade or new code goes live in production? Well you can breathe now and relax your fingers because in SQL Server 2016 Microsoft released Query Store. Query Store is like a flight data recorder for SQL Server, the black box in an airplane captures everything that occurs on a flight. In this session we will deep dive to learn how to configure (yes – you need to configure this black box – or it could crash your “plane”), use Query Store to troubleshoot database performance issues. I will show you multiple demos to capture baseline, understand query regression and how to force good execution plan. You will walk away with the knowledge of how to configure and use Query Store to help fix performance issues.

SessionID: 98146

Basic Database Design

Back to calendar

Event Date: 24-08-2019 - Session time: 13:00:00 - Track: Application, Analytics, Database or ML Development

Speaker: John Miner

Title: Basic Database Design

Abstract:

Abstract:

You just found out that a client needs a SQL database to be designed from scratch. However, you existing DBA has given two week notice.

This presentation is meant for the Accidental DBA that has little to no experience with creating a database from the group up.

Topics are focused on data storage structures, security, and integrity. After this presentation, will be ready to meet that clients need.

Coverage:

1 - Files File Groups 2 - Logins Users 3 - Security using schemas 4 - Database roles for access. 5 - Table design via SSMS or TSQL. 6 - Default, Check, and NULL constraints 7 - Handling table relationships (PK vs FK). 8 - To index or not to index? 9 - Testing database integrity using DML.

SessionID: 92598

SQL Injection: What Is It, Prevent It, Monitor For It!

Back to calendar

Event Date: 24-08-2019 - Session time: 14:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Grant Fritchey

Title: SQL Injection: What Is It, Prevent It, Monitor For It!

Abstract:

This session will explain and demonstrate exactly how a SQL Injection attack occurs. While the core vulnerability is easy to understand, exactly how hackers exploit that vulnerability is not. I'll show you how a hacker explores your database through SQL Injection to find vulnerabilities and sensitive data. Better still, I'll show you the errors that this exploration generates, providing a mechanism for monitoring your systems to identify SQL Injection attacks. Finally, I'll show you the steps you should be taking to properly secure your systems in order to completely avoid SQL Injection attacks. SQL Injection is considered the primary vulnerability for most systems today. Learn how to protect yourself and your organization.

SessionID: 93202

Power BI Report Server for the enterprise

Back to calendar

Event Date: 24-08-2019 - Session time: 14:00:00 - Track: BI Platform - Architecture, Development, Deployment or Administration

Speaker: Christian Cote

Title: Power BI Report Server for the enterprise

Abstract:

Power BI Report server allows you to share Power BI vizualisations on-premises as well as paginated reports. In this session, weèll cover the various possibilities of Power BI Report Server as a portal for your enterprise reports and we'll compare it to its counterpart in the clouds.

SessionID: 93801

“Black Arts” Index Maintenance #1: How the “Best Practice” Methods are Silently Killing Performance

Back to calendar

Event Date: 24-08-2019 - Session time: 14:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Jeff Moden

Title: “Black Arts” Index Maintenance #1: How the “Best Practice” Methods are Silently Killing Performance

Abstract:

This isn’t your typical presentation on Index Maintenance.

In this 1st of two back-to-back sessions, we'll learn how the current “Best Practice” Methods are actually a leading cause of perpetual logical and physical fragmentation, totally unnecessary wasted memory/disk space, costly/continuous “Bad” page splits, unexplainable blocking, comparatively insane amounts of log file generation and, in an interesting “Catch 22”, a major part of why we have to do so much index maintenance and how it all negatively impacts your code even if it’s perfect code.

We'll also discover the true costs of page splits, how REORGANIZE can perpetuate them, their effect on performance, introduce and learn how to use "sp_IndexDNA" to see indexes as you've never seen them before, and introduce methods to make even active GUID-based indexes 100% fragmentation free for months at a time, which will also fix the problems we’ve discovered.

This 1st session is also a recommended segue into the second sessio

SessionID: 94700

Continuous integration and delivery (CI/CD) in Azure Data Factory

Back to calendar

Event Date: 24-08-2019 - Session time: 14:00:00 - Track: Cloud Platform - Architecture, Development, Deployment or Administration

Speaker: Rayis Imayev

Title: Continuous integration and delivery (CI/CD) in Azure Data Factory

Abstract:

With Azure Data Factory (ADF) continuous integration, you help your team to collaborate and develop data transformation solutions within the same data factory workspace and maintain your combined development efforts in a central code repository. Continuous delivery helps to build and deploy your ADF solution for testing and release purposes. Basically, the CI/CD process helps to establish a good software development practice and aims to build a healthy relationship between development, quality assurance, and other supporting teams.

Let's explore how we can use Microsoft DevOps and GitHub to build and release our ADF pipelines to other environments.

SessionID: 95172

Organizational Security Compliance with SQL 2012 through 2016/2017/2019

Back to calendar

Event Date: 24-08-2019 - Session time: 14:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: George Walters

Title: Organizational Security Compliance with SQL 2012 through 2016/2017/2019

Abstract:

You need to deal with more security requirements in your role. How can SQL Server features help you comply? We will delve into Audit, Compliance, and Encryption. SQL 2016/2017 features like Always Encrypted will be detailed at the end. SQL 2019 enhancements will be discussed briefly

SessionID: 92597

Extending DevOps To SQL Server

Back to calendar

Event Date: 24-08-2019 - Session time: 15:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Grant Fritchey

Title: Extending DevOps To SQL Server

Abstract:

Most organizations are under pressure to speed up the software delivery cycle, whether that’s to respond more quickly to the needs of the business, the needs of your customers or just to keep up with the competition. Unfortunately the database is commonly considered a bottleneck. Without the right processes in place, database change management can slow things down, adding risk, uncertainty, and getting in the way of development and operations working together to deliver. Any organization that wants to fully benefit from a DevOps approach is going to have to overcome some specific challenges presented by the database. This session will teach you how to take DevOps principles and practices and apply them to SQL Server so that you can speed up the database delivery cycle at the same time you protect the information contained within.

SessionID: 93482

"Schadenfreude" - Let's enjoy the mistakes other people made...

Back to calendar

Event Date: 24-08-2019 - Session time: 15:00:00 - Track: Professional Development or Other

Speaker: Thomas Grohser

Title: "Schadenfreude" - Let's enjoy the mistakes other people made...

Abstract:

This session will show a lot of things in the world of data that went very, very wrong...

And yes you are welcome to have a laugh at the misfortune of other people (or as the german speaking population would call it: Let's have some "Schadenfreude"! After a log day, come in and have some fun before the evening event starts

SessionID: 93802

“Black Arts” Index Maintenance #2: Better Methods that Can Actual

Back to calendar

Event Date: 24-08-2019 - Session time: 15:00:00 - Track: Enterprise Database - Administration Deployment

Speaker: Jeff Moden

Title: “Black Arts” Index Maintenance #2: Better Methods that Can Actual

Abstract:

This isn’t your typical presentation on Index Maintenance.

In this 2nd of two back-to-back sessions, we’ll learn the 5 main “Insertion Patterns” and how they cause or prevent fragmentation, introduce the additional page splitting/fragmenting horror of “ExpAnsive Updates”, continue to learn about the true costs of using REORGANIZE and why it should be avoided, how it all affects performance and disk/memory usage, how it all affects Index Maintenance, and steps that can be taken to seriously improve all of that.

We'll also learn that simply reducing Fill Factors isn't the "fix" for fragmentation and can actually cost you serious amounts of additional totally wasted memory while providing little to no value.

Unfortunately, there won’t be time to cover it all but well documented code will be provided to help identify the sources of page splits and “ExpAnsive Updates” so that they can be eliminated.

Session #1 is a strongly recommend prerequisite for this session.

SessionID: 95442

Breaking the Social Code: How to be Socially Intelligent at Work

Back to calendar

Event Date: 24-08-2019 - Session time: 15:00:00 - Track: Professional Development or Other

Speaker: Linda Groszyk

Title: Breaking the Social Code: How to be Socially Intelligent at Work

Abstract:

Is there a gap between your advanced technical skills and your social-emotional intelligence? Are you or your employees experiencing challenges communicating effectively with others, participating as part of a team, managing emotional reactions, or socially connecting at work? Is this impacting your ability to get promoted, retain employees, or establish positive workplace morale or relationships? Do you want to increase your “likeability” factor for your professional growth and overall well-being?

If you answered yes to any of these questions, then this session is for you! For many people, “social” does not come naturally and has to be explicitly taught. In this presentation, you will learn about the mindset that is required for developing new competencies, key cognitive skills needed for social success, and tools and strategies that you can use immediately with your team. This session is for people who have difficulty navigating the social world, as well as for their managers.

SessionID: 98110

Learn or Churn ~ Navigating your Career in 2020 and Beyond

Back to calendar

Event Date: 24-08-2019 - Session time: 15:00:00 - Track: Professional Development or Other

Speaker: Bryan Cafferky

Title: Learn or Churn ~ Navigating your Career in 2020 and Beyond

Abstract: