Groupby Free Sql Server Training

Informações:

Sinopsis

GroupBy.org is free technical training by the community, for the community. Volunteer speakers submit abstracts at GroupBy.org and you the attendee vote to pick the sessions. Want to present your own session or just vote on others? Join us at GroupBy.org.

Episodios

  • Statistics 101 with Steph Locke

    03/10/2017 Duración: 01h22min

    We can be better at our jobs if we have a good grasp of basic statistics. It doesn’t matter if you’re a DBA looking to understand query plan performance, a data warehouse person needing to come up with ETL load time estimates, or an analyst needing to report figures to managers. Statistics can help you all. If only maths classes hadn’t been so darn boring! Instead of going all mathsy, we’ll be doing some real-time data capture and taking an intuitive and visual approach through summary statistics right up to understanding how to produce simple predictive models. By the end of the session, you’ll understand concepts like sampling, error, regression, and outliers – important day-to-day stuff and a great base upon which to build. By the end of the session, you’ll wonder how people could have it made seem so hard for so many years.

  • How to Evaluate if SQL 2016 In-Memory OLTP is Right for Your Workload with Ned Otter

    19/09/2017 Duración: 01h22min

    You’ve heard that In-Memory OLTP is fast, but how do you know if your workload can take advantage of this awesome feature? We will explore In-Memory OLTP workload evaluation, use cases, architecture, capacity planning, data migration, hot/cold data, potential impact on disk-based workloads, and more. By the end of the session, you will have an understanding of how In-Memory OLTP works, and whether your workload is likely to see an increase in performance. Get full notes, resources, and more information here: https://groupby.org/conference-session-abstracts/in-memory-oltp-survival-guide/

  • Why Defragmenting Your Indexes Isn't Helping with Brent Ozar

    05/09/2017 Duración: 01h27min

    For years, you've heard that you're supposed to reorganize your indexes to make SQL Server go faster. It sounds like it makes sense - keep things in order, right? But you keep doing it, and SQL Server isn't getting any faster. You've even heard that setting fill factor will help prevent fragmentation, and you're doing that too - but your indexes still keep getting fragmented every day, and users aren't happy with performance. This advice made a lot of sense at the turn of the century, but today, things are different - and we're not just talking solid state drives. In just the first 15 minutes, you'll have a series of ah-ha moments when you realize that your daily index maintenance jobs might just be making the problem worse instead of better. Then, you'll learn what you need to do instead.

  • Successful Production Deployments with Columnstore Index in SQL Server 2016 with Sunil Agarwal

    29/08/2017 Duración: 01h22min

    Imagine your Data Warehouse is growing exponentially to multi-terabytes and you have been tasked to make analytics queries even faster while keeping the cost of storage low. Industry leading SQL Server 2016 columnstore technology can help you solve these by reducing the storage footprint by 10x (average) and speed up analytics queries up to 100x. SQL Server Tiger team has leveraged columnstore technology with many Tier-1 workloads to achieve these goals. This session will cover three different types of workload. For each workload, we will cover the application architecture, challenges and how SQL Tiger team used columnstore index technology to address them.

  • Green is good, Red is bad – Turning Your Checklists into Pester Tests with Rob Sewell

    22/08/2017 Duración: 51min

    I was required to prove that I had successfully installed and configured a backup solution across a large estate. I had a number of success criteria that had to be met. Checking all of these by hand (eye) would have been error prone, so I wrote a test to do this for me and an easy for management to read HTML report using PowerShell and Pester. The session has come from that situation and is about enabling you to provide an easy to read output to quickly and repeatedly show that infrastructure is as expected for a set of checks, also known as Operational Validation using Pester. There are many use cases for this type of solution; DR testing, installation, first line checks, presentation setups What is Pester? Pester is a Unit Testing framework for PowerShell which can be used for testing your code but also as shown in this session for validating your infrastructure. This is an excellent post by Adam Bertram to introduce Pester It is included with PowerShell on modern Operating Systems and free to download from

  • SQL Server & Containers with Andrew Pruski

    15/08/2017 Duración: 01h05min

    Attendees will be taken through the following: Defining what containers are (benefits and limitations) Configuring Windows Server 2016 to run containers Installing the docker engine Pulling/Pushing SQL images from/to the docker repository Running SQL Server containers Committing new SQL Server images Exploring 3rd party options to run containers on previous versions of Windows Server (real world example)

  • SQL Server and Continuous Integration with James Anderson

    08/08/2017 Duración: 01h12min

    How do you know your database change won’t affect something you haven’t thought of? Database objects can have many dependent objects in the database and in the application. Keeping track of these dependencies can be difficult, especially if the database is used by multiple applications or services. The first step is to have a project for the database and get it into source control. Source control is the single source of truth that all deployments should be kept in sync with. Source controlling the database also acts as the foundation for automation of: Builds Tests Coverage Reports This automation is key to the Continuous Integration methodology. After every commit, builds and tests will run in the background and only alert if there is a problem. Builds test the deployment of the change and tests check that everything affected still works. Coverage reports indicate any gaps in the testing suite. The tools I use to make this possible with SQL Server are: Redgate’s ReadyRoll plugin for Visual Studio to build

  • DBAs vs Developers: JSON in SQL Server 2016 with Bert Wagner

    01/08/2017 Duración: 01h06min

    The war between DBAs and developers has been raging since the dawn of relational databases. One reason for disagreement comes from developers who want to store their data in JSON because it is fast, standard, and flexible. DBAs cringe when they hear of long text strings being stored in their SQL databases; they cry with concern, “No data validation? No schema binding?”. Is there any hope for these two warring factions to see eye-to-eye? This session will explore the new JSON functionality introduced in SQL Server 2016. We will use T-SQL examples to learn how these functions can be used to parse, create, and modify JSON data. More importantly, we will discuss how to optimize performance when using these functions. By the end of this session DBAs and developers will know how to efficiently work with JSON in SQL Server 2016. It will also usher in an era of peace between DBAs and developers… … at least until someone brings up the topics of cursors, NOLOCKs, or Entity Framework. Get full session notes, resources a

  • Keeping Up with Technology: Drinking from the Firehose with Eugene Meidinger

    25/07/2017 Duración: 01h12min

    SQL Server releases every 2 years. SSMS releases every month. Power BI releases every week. It’s impossible to “keep up” with technology, and it’s foolish to try. Instead, you should realize you have a limited amount of TrainingBucks: time, energy and focus. And then you have to decide how to make the most of those TrainingBucks. First, we’ll talk about how exposure and mastery are different goals with different paths. We’ll cover how exposure does not equal mastery. Second, we’ll talk about strategies for adding more learning with the time you already have available. Third, we’ll cover what types of training lead to deeper, stronger learning. Finally, we’ll talk about having a theme in your learning. We’ll talk about how learning the wrong things is wasting your time. During the presentation, I will use an interactive Power BI report to visualize how using these strategies will lead to more growth for less effort. This report will be publically available, so the viewers can follow along as they watch. The go

  • T-SQL for Beginners with Andrea Allred

    18/07/2017 Duración: 59min

    Are you new to SQL Server and not sure where to begin with T-SQL? Does it feel like a foreign language? The objective of this session is to go over simple T-SQL Statements and to show you how to build on them. We will focus on simple select statements and translating English into T-SQL. Once you have the Rosetta stone, you will find that T-SQL becomes like second nature. We will also focus on adding a simple where clause, order by and join. We will also create a simple backup script and learn about the built-in intellisense in SQL Server Management Studio.

  • Getting CI Right for SQL Server with Alex Yates

    11/07/2017 Duración: 01h18min

    This isn’t the dark ages anymore. You’ve learned that you need to put your database in source control and you’re competent with source control systems like TFS or Git. You’ve also learned how to express your database in script form using a tool like SSDT, DbUp or Redgate. However, you still haven’t written as many automated tests as you know you should and you aren’t convinced you’re going about it the right way. You haven’t looked at the build functionality in VSTS yet or gotten to grips with build servers like TeamCity or Jenkins, and even if you have you aren’t sure how the process should work for SQL Server builds and tests. In this session, I’ll explain how to use tSQLt to build a suite of automated tests to give you confidence in the quality of your code. Then I’ll talk through various ways to automate your database builds and run those tests on some schedule or trigger. I’ll also discuss the pros and cons of various different approaches so that you can understand which approach would suit your teams an

  • Operational Validation of SQL Server at Scale with PowerShell and Jenkins with Cody Konior

    04/07/2017 Duración: 01h23min

    Are you accountable for databases or database servers? Do you fix problems only to see them pop up again months or years later in slightly different scenarios? Have you been called at 2am and asked to “health check” hundreds of servers for an issue that nobody in the world has ever documented before and wished there was an easy mode to do that or even avoid the problem in the first place? If so then Operational Validation can help you. In this session you’re going to get: A mindset on how to handle your day to day duties in a way that keeps you efficient, honest to yourself and to others, while covering your posterior. Free tools to fix things and make sure they stay fixed over time. Really free. As in you couldn’t pay for them even if you wanted to. If you work with one instance you’re going to learn how to manage five hundred instances. And if you work with five hundred instances you’re going to learn how to have fun doing it. You’re going to learn: Jenkins, a cool web application you can install on your wo

  • Hacking SQL Server by André Melancia

    27/06/2017 Duración: 01h22min

    How easy is it to hack a SQL Server? In this session, we'll see examples on how to exploit SQL Server, modify data and take control, while at the same time not leaving a trace. We'll start by gaining access to a SQL Server (using some "creative" ways of making man-in-the-middle attacks), escalating privileges and tampering with data at the TDS protocol level (e.g. changing your income level and reverting without a trace after payment), hacking DDM, and more. Most importantly, we'll also cover recommendations on how to avoid these attacks, and take a look at the pros and cons of new security features in SQL Server 2016. This is a demo-driven session, suited for DBAs, developers and security consultants.

  • Azure SQL Databases: A Guided Tour by Mike Walsh

    20/06/2017 Duración: 01h19min

    You know about the cloud but you’re not there yet. Is it hard? Is it easy? How do you get started? Come to this session and see for yourself. We’ll start with nothing and end up with a deployed Azure SQL Database. We’ll even run a quick PowerBI report and enable Geo-Redundant Disaster Recovery with a couple clicks. The goal is to take the mystery out, to show the capabilities and get you thinking about what going to the cloud could look like and what it can do for you and your company. I believe the future belongs to those who have this knowledge and know where to apply it. This will be nearly PowerPoint free and we’ll log into my Azure Portal and build out an environment from scratch and learn as we go. We’ll migrate data from an “on-premises” database into our SQL DB and we’ll query it. You’ll leave with an understanding of the capabilities, some resource links outlining what we did and hopefully some curiosity to see what else is up there in the cloud as you start exploring with your own trial. Platform as

  • Bringing DevOps to the Database by Steve Jones

    13/06/2017 Duración: 01h25min

    DevOps is a hot topic in today’s software development world, however, most of the knowledge and experience with DevOps is based around application software and ignores the database. We will examine how the concepts and principles of DevOps can be applied to database development by explaining the core concepts of managing scripts, automated building, testing, and deployment of database changes. Once you understand the principles of a DevOps database development process, you can generate scripts used for direct deployment on your instances or sent to customers for them to execute. In this session, we will cover tracking the changes made to your database and capturing them in version control. We will show automated building and testing of your code on a separate environment and the generation of an upgrade script that a DBA and developer can review and deploy to QA, test, staging, production, or any other environment. This session will use Redgate Software tools to accomplish specific actions, with explanations

  • SAN Primer for the DBA by Doug Bernhardt

    06/06/2017 Duración: 01h20min

    When storage doesn't perform and scale it causes issues for SQL Server and can make DBA life extremely challenging.  In many cases, SQL Server storage is provisioned on a SAN.  However, very few DBAs even get to see a SAN or understand how it works.  Even though the SAN is someone else's responsibility, as a DBA you feel the pain and you're typically a first responder when there is a problem.  Understanding the "magic" behind it will make you a better DBA and help you have productive conversations with your storage administrator.  After all, pointing fingers has a negative impact on your superhero status! In this session, you will learn what a SAN is, how it works, and why it's typically used vs. direct attached storage.  These 'black boxes" have a lot of capabilities, so you will also learn about some of the common features today that they offer and how they can help you.  You will also learn about what can go wrong, some basic troubleshooting when you're not getting what you expected, and how to communicate

  • SQL Server 2016 Features for Performance Tuning Lovers by Matan Yungman

    30/05/2017 Duración: 54min

    It’s a work day, and you’re in front of your monitor battling a vicious query. You’ve already tuned a query or two in your life and have some tricks up your sleeve, but nothing seems to get this query down to a reasonable time and allow you to drink that cup of coffee you want so bad. SQL Server 2016 adds a few impressive new features that might help you with that. During the session, we will look at the different performance tuning aspects the new features enhance: Execution plan history and enforcement using the Query Store, live query execution visualization, DMV enhancements, new query hints, and more. Join this session to see how SQL Server 2016 makes performance tuning easier and more efficient.

  • Crash Course on Better SQL Development by Vladimir Oselsky

    23/05/2017 Duración: 50min

    SQL Development is a broad subject with many roads to choose from. Often times SQL Developers feel overwhelmed and unsure which areas they need to focus on. The purpose of this session is to give a high-level overview and present paths for further study and growth. Subjects reviewed in this session will include coding patterns, error handling, and execution plans. Demonstrations of free tools will also help developers find ways of simplifying their daily tasks. Attendees will leave this session empowered with knowledge and directions for further growth.

  • Gems to Help You Troubleshoot Query Performance by Pedro Lopes

    16/05/2017 Duración: 01h18min

    Query Store in SQL Server 2016 is one of the most relevant improvements for production DBAs. It introduces the concept of click-once mitigation approach to query performance regression. But that’s not the sum of all enhancements in the query performance analysis and troubleshooting space introduced in SQL Server recently. In this session, we will learn about other enhancements that can help you troubleshoot query performance. Ranging from new xEvents to Showplan improvements, from LQS (and underlying infrastructure) to the revised Plan Comparison tool, learn how these can help you streamline the process of troubleshooting query performance and gain faster insights.

  • Worst Practices & Less Known Limitations for Columnstore Indexes by Niko Neugebauer

    09/05/2017 Duración: 01h13min

    Have you ever considered a situation where Columnstore Index can be quite the opposite of what one would expect from it? A slow, wasteful source of painfully slow queries, lagging the performance, consuming irresponsible amount of resources ... Setting the wrong expectations (it won't run 100 times faster on EVERY query), selecting the wrong architecture (partition by 100s of rows instead of millions), using and aggregating by the large Strings in the fact tables - this list is actually quite large. What about some of the less known limitations for building Columnstore Indexes? The ones that will bite you suddenly in the middle of the project - when you do not expect it at all? Let me show you how to achieve those painful mistakes and you will surely know how to avoid them :)

página 3 de 4