SQLSaturday #749 - Baton Rouge 2018

Event Date: 08/11/2018 00:00:00

Event Location:

  • Louisiana State University - Business Education Complex
  • Nicholson Drive Ext
  • Baton Rouge, Louisiana

PDF of Schedule

This event has completed. All data shown below is from the historical XML public data available.

If there are any data quality issues or corrections needed, please contact the webmaster for this site or submit a pull request for the appropriate file(s).


Sessions

This is a list of sessions from the event, based on the schedule in the XML files.


Title: Effortless Backups with Minion Backup

Abstract: Minion Backup is a stand-alone backup solution that can be deployed on any number of servers, for free. Once installed, Minion Backup (or just, MB) automatically backs up all online databases on the SQL Server instance, and will incorporate databases as they are added or removed.

While the solution is designed to be as simple as possible to get up and running, MB is deeply configurable for every backup scenario. In this session, attendees will learn about:

  • Live Insight, which displays the status and progress of backups as they’re running
  • Backing up to Azure
  • Striping, mirroring, copying, and/or moving backups to various destinations
  • Flexible backup delete and archiving options
  • Dynamic Backup Tuning, which changes tuning settings based on your custom thresholds
  • Backing up certificates and passwords
  • High Availability and Disaster Recovery features, including compatibility with Availability Groups
  • Shrink log file on log backup, and some of the associated considerations

Speaker(s):

  • Jennifer McCown

Track and Room: SQL Server Administration - 1700


Title: HiHo! HiHo! SQL Server on Linux, We Go!

Abstract: SQL Server has been running on Windows for years. Now Microsoft is making it available on Linux in order to provide a consistent database platform across Window and Linux servers, as well as on-premises and in the cloud. In this presentation, Janis Griffin, database performance evangelist at SolarWinds, will discuss the advantages of using SQL Server on Linux, comparing architecture, cost and performance. Several demonstrations on installing and maintaining SQL Server on Linux will be shown along with an introduction of several useful Linux commands.

The participant will learn:

  1. The advantages of using SQL Server on Linux, comparing architecture, cost and performance to Window servers.
  2. How to install, maintain and backup SQL Server on Ubuntu Linux systems
  3. Several useful Linux commands to monitor/manage SQL Server

Speaker(s):

  • Janis Griffin

Track and Room: SQL Server Administration - 1510 (Auditorium)


Title: Intro to Docker for .Net Developers

Abstract: Building, deploying, maintaining, and scaling apps are a part of our daily lives as developers. In this talk we will discuss how a .Net web developer can leverage Docker Containers to make all of these things easier. We will cover the basics of getting a project setup to be ran in a container for local development with .Net Core. The benefits of running Docker Containers for development. Talk about how to manage our containers and their images. The different types of container images available to us. We will also, cover basic terminology so that reading through the docs become less intimidating. While using Docker files and Docker Compose to run multiple projects and other external dependencies such as Redis or Sql Server 2017.

Speaker(s):

  • Bryan McCoy

Track and Room: .NET Dev - 1305


Title: Creating your Vision

Abstract: Dreams become reality and it’s time for you to create the life you want. What’s your vision? Where do you see yourself in 5 years? What’s the next step in your professional career? Are you living life to the fullest and doing what really makes you happy? Discover a new you and learn to succeed and live without regrets in this very interactive seminar.

Speaker(s):

  • Karlyn LeBlanc

Track and Room: Professional Development - 1615


Title: Beginning Powershell for DBAs 1.0

Abstract: The time has come where DBAs can no longer afford to ignore powershell. Not only has it become an integral part of SQL Server, but we’re being asked to do things on a much grander scale than ever before; things that can only be done with powershell. This session will take you from nothing and explain what powershell is all about. I’m going to show you how the more things change the more they stay the same and if you master the basics of powershell in this session, you’ll be able to work with powershell not only in SQL Server, but also at the file system level, in Exchange, IIS, Windows, and anything else. So in this session I’m going to show you the basics you need to get your powershell career started.

Speaker(s):

  • Sean McCown

Track and Room: PowerShell - 1920


Title: Knowledge Mapping-Sharing the Wealth of Your Team’s Expertise

Abstract: Picture this: Employee A left your company after working there for 5 years. Employee A was a jack of all trades. They created some processes, participated on committees, and overall had great business knowledge. Employee B gets hired, and is looking for information to be effective in their role. Unfortunately Employee A’s knowledge and how to’s of daily tasks went undocumented. It has become challenging to reach Employee A to inquire about these things.

Organizational survival depends on many things, and one of the critical things it depends on is the flow and exchange of knowledge of business practices. Knowledge mapping is an activity that outlines business tasks critical to organizational life, the people responsible, required resources, outputs, and inputs. This session will inform participants about the purpose of knowledge mapping, the process, how to capture knowledge, and how to support a successful knowledge management initiative.

Speaker(s):

  • Mechelle Roberthon

Track and Room: Business Intelligence - 1735


Title: A DBA’s guide to full stack performance troubleshooting

Abstract: Performance troubleshooting is a required skill for every DBA. Knowing the deep internals of how a query functions and why SQL Server chose to run it in a certain way is important. Knowing how to design a table or configure a database to squeeze every ounce of performance is our lifeblood.

What if I told you that you may be doing this all wrong? What if all the work and laborious effort put into design or configuration don’t improve the situation because the issue was never in SQL to begin with? Truth be told, the biggest differentiator between a good DBA and a great DBA is knowing the hardware and O/S; not just SQL.

Join me as I guide you through troubleshooting SQL Server performance from tip to toe to demonstrate the common performance problems you never knew you had.

Speaker(s):

  • Daniel Janik

Track and Room: SQL Server Administration - 1510 (Auditorium)


Title: Dynamic SQL: Tables, Parameters and More

Abstract: Dynamic SQL is one of the best tools to have in your Developer tool chest. Dynamic SQL helps you design flexible code that can be manipulated at runtime. This session will walk you through the Pros and Cons of Dynamic SQL. Will give you the knowledge to build dynamic tables, pass in parameters and display your material in a pivot table. New this year, this session will give you the first steps to build multiple databases, alter tables dynamically across databases and do simple backups all through Dynamic SQL.

Speaker(s):

  • Steven Tidwell

Track and Room: SQL Server Development - 1720


Title: Branding Yourself for a Dream Job

Abstract: Everyone wants a great job that they enjoy, but few of us know how to take charge of our career. Learn why it’s important to raise your profile in today’s highly competitive world where there are often more candidates than positions for great jobs. This session will help you build a strong brand that allows you to attract potential employers or clients and start to convince them ahead of time that you are the person they want to hire.

Speaker(s):

  • Steve Jones

Track and Room: Professional Development - 1615


Title: Developing Custom Extractors for Azure Data Lake

Abstract: Azure Data Lake Analytics provides a set of built in extractors to process well-structured delimited text files. U-SQL uses these extractors to parse these files But U-SQL is not limited to processing delimited files. Using Custom Extractors you can parse JSON or XML files. You can use Custom Extractors to work with irregularly formatted delimited files. Custom Extractors can even parse image files. Developers have created Custom Extractors for these and other file formats and made them available on the U-SQL GitHub site. We will look at two of these Custom Extractors: Flexible Schema Extractor and the JSON Extractor. We will look at how to deploy these Extractors and extend them.

Speaker(s):

  • Russel Loski

Track and Room: .NET Dev - 1920


Title: CQRS Lite and Otherwise

Abstract: A popular buzzword, CQRS is often misunderstood and more often misused. Less of an architecture, than a set of related techniques and an architectural flavor, it is an important and powerful technique to have in your arsenal. Here we will discuss traditional CQRS, break it down to its essence, and discuss a lightweight alternative by which an application can be created without much of the overhead and a straightforward transition path to a fully CQRS style.

Speaker(s):

  • George Mauer

Track and Room: .NET Dev - 1720


Title: Know What Your Code is Doing to SQL Server!

Abstract: ORMs - oh how I LOVE them! As a consultant, when I see them in play at a client I go KACHIIINNNNGGGG!! :-D Seriously though, they can provide some substantial benefits for coding throughput. But if you don’t Read The Fine Manual and do some things right and avoid some major gotchas you will fall prey to one of my favorite Guruisms: “Anything that allows developers to slap code together more quickly is inversely proportional to the performance, concurrency and scalability you will get from that code”! Although this talk is based on Entity Framework, most ORMs suffer from the same flaws.

Speaker(s):

  • Kevin Boles

Track and Room: SQL Server Development - 1510 (Auditorium)


Title: Getting Started with Git/GitHub

Abstract: If you manage code, you understand the struggle of choosing how you source control it. While there are many choices out there, Git has become a popular option for many development teams. While it has many strengths, understanding Git can be a struggle for developers who are not used to distributed source control. In this session, we will go over the basic concepts of Git, from building and cloning a repository to branching, forking, and code merges. We will use real world examples of how Git and GitHub can be used to manage global development teams. Attendees will leave with a solid understanding of how Git works, how to get started with their own GitHub repository, and some tools that can be used to manage their code.

Speaker(s):

  • Michael Fal

Track and Room: SQL Server Development - 1510 (Auditorium)


Title: Demystifying NUMA and RightSizing

Abstract: One of the most misunderstood aspects of virtual machine performance is vNUMA. In addition to an overview on the CPU architecture, NUMA and CPU scheduling; we’ll discuss some nuances of the CPU that are not commonly known. We will deep dive into how a single VM’s misconfiguration can cause performance problems for itself and also how many misconfigured VMs degrade the norm of performance of your virtual infrastructure.
DBAs will be taught to identify misconfigured virtual machines and be explained what the infrastructure engineer can do to resolve it. The presentation will be completed with a discussion on virtual machine RightSizing and how it benefits the larger virtual infrastructure.

Speaker(s):

  • Paulo de Souza

Track and Room: Windows Server/Virtualization - 1800


Title: Pandas Dataframes: The Kevin Bacon of the data structures in data analytics

Abstract: In the ‘Seven Degrees’ game, the goal is to connect actors with, or through, Kevin Bacon. If we can connect you to Kevin, we win. Likewise, data scientists seek structures that allow for data importation, transformation, manipulation, analysis, and export. Luckily, all Python data science roads lead to the popular Pandas package and the trusty dataframe. If we can get the data into a dataframe, we win.

Speaker(s):

  • James Davis

Track and Room: Business Intelligence - 1735


Title: Well, actually… An entertaining WIT session for the men

Abstract: IT can be an inhospitable, isolated place for women minorities. Women are leaving IT at 2.5x rate as men and are interrupted 3x as often. Our credentials are called into question. We’re called emotional or aggressive. We have our own job explained to us. People of color often can’t get a call back on an application, regardless of how experienced they are. Bias exists everywhere. It’s in our nature. Sometimes it’s subtle. Other times it’s overt. Most of the guys we work with are stand-up, respectable WIT allies. There’s always that one guy who ruins it for the rest of you. The problem is, you don’t always notice when it happens. Learn what those subtle forms of sexism racism look like at work. Learn how you can stop that guy in his tracks. Learn how to not BE that guy, even when you’re just trying to help.

Speaker(s):

  • Rie Irish

Track and Room: Professional Development - 1325


Title: Learn to Love Lisp: A look into Clojure

Abstract: Clojure is a dialect of Lisp. It’s a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multi-threaded programming. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. Though it’s functional, it was designed to be practical, and features specific constructs for mutability such as software transactional memory (STM). We’ll talk about the core features of Clojure, some of the fundamental ideas behind functional programming, and how to develop “live” with the REPL.

Speaker(s):

  • Brandon Ringe

Track and Room: .NET Dev - 1720


Title: Careers in IT - Baton Rouge 2018

Abstract: Careers in IT will feature a panel of industry leaders and experts who directly interact with participants in a moderated question and answer session. This will allow participants to gain insight into what the IT community sees as valuable (skill-sets, certifications, experience, and etc) so that they can be better prepared for a career transition or to start work in the IT field for the first time.

Speaker(s):

  • Michael Viron

Track and Room: Career - 1615


Title: Is My Application Bias Showing?

Abstract: Computers can’t be biased, right? I mean, it’s just lines of code. Yes or No. Ones Zeros. Those lines of code are written by people. People have life experiences that color how they see the world. Okay, let’s be blunt. People have baggage. And that baggage is seeping into your application, surveys and web forms.
You’ve got an idea for a new app and it’s going to change the world! Right? It’s a brilliant idea no one has ever thought of it before. You’re working on the GUI for your company’s web portal and you know just what information to collect from the user. Are you sure about that? Odds are pretty good that the information you’re going to collect is a reflection of your life your experiences.
Learn how to identify bias when it seeps in, how to code to be inclusive instead of exclusive , and some quick tips tricks to make sure you’re accounting for all the users that will use YOUR application to change the world. Instead of just the ones that look like you.

Speaker(s):

  • Rie Irish

Track and Room: SQL Server Development - 1845


Title: The Power of Data: The Complete Beginners Data Warehouse Kit

Abstract: For many of us data is scattered in many different systems. We almost all have data that someone wants to compare or track but can’t without a lot of manual manipulation. So, how do you tie disparate systems together? With a Data Warehouse! In this presentation you will get the skills you need to start building your own. We will discuss the basics of what a Data Warehouse is, the tools needed to create, deploy and manage the Data Warehouse process, and the benefits of using the data you collect to manage operational processes and create data visualizations. After attending this session you will be able to return to your job and amaze people with your ability to show them the power of the data!

Speaker(s):

  • Leslie Andrews

Track and Room: Business Intelligence - 1845


Title: Fundamentals That Will Improve Your Query Performance!

Abstract: Time and time again the same misunderstandings by developers and query writers appear when query performance issues arise. In this demo heavy presentation, we will review these specific topics such as data types, implicit conversions, sargability, and some others that all have an impact on query performance. Come join me and by the end of this session you will have the knowledge to boost your query performance!

Speaker(s):

  • John Wells

Track and Room: SQL Server Development - 1620


Title: Fishing for Answers: Azure Data Lake

Abstract: Did you ever hear someone say “make your data lake your staging area for your data warehouse” or “a data lake can handle any data format” or “if I build a data lake data everyone will use it”? Really? Are these good ideas and true statements? Is there a design strategy that I should follow so I don’t end up with a “data swamp”? Are there tools or techniques to load data into the lake and get data out easily? Can I easily visualize my data in the lake? What about security? And finally, how does a data lake really fit into my BI landscape when I have so many infrastructure and tool options to pick from? This session will demo putting data into a data lake, pulling data, visualizing data, and testing data lake performance. I will evaluate the strengths, weaknesses and implementation approaches. At the end of the session everyone should have a clear picture of what Azure Data Lake is, how to implement it, and is it a good fit for your organization.

Speaker(s):

  • Jeff Renz

Track and Room: Business Intelligence - 1735


Title: JSON Processing in SQL Server 2016 or Why I hate XML

Abstract: For years XML was the generic data format for the masses. With the advent of JSON, there is a much easier, readable format for storing data that is platform agnostic. In this presentation we will explore what JSON is and how its different from XML as well as how to read an write JSON files using new functions available in SQL Server 2016

Speaker(s):

  • Stan Geiger

Track and Room: SQL Server Development - 1620


Title: Adopting A DevOps Process for Your Database

Abstract: DevOps is changing today’s software development world by helping us build better software, faster. 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 looking at both automated comparison analysis as well as migration script management. Automated building, testing, and deployment of database changes will be shown.

Speaker(s):

  • Steve Jones

Track and Room: .NET Dev - 1305


Title: What’s New in the 2017 Query Store

Abstract: The Query Store houses valuable information on performance of your queries as well as gives you great insights into your query workload and plan changes. This presentation will take a look at what’s new in the 2017 Query Store, the new adaptive query processing features and how to incorporate Query Store queries into the new SQL Operation Studio for monitoring slow running queries and analyzing waits. You will learn how to use the Query Store to quickly find plan changes, analyze performance issues and find the waits which caused them. Both DBAs and developers can increase their performance tuning skills by attending this session.

Speaker(s):

  • Janis Griffin

Track and Room: SQL Server Administration - 1700


Title: How to index, win friends, and influence people.

Abstract: In this session, we’ll discuss performance benefits of indexes and compare index types. If you’re new to indexes in SQL Server or just in need of a refresher, this session should help.

Speaker(s):

  • Jonathan Jefferson

Track and Room: SQL Server Beginner - 1700


Title: Power BI Report Server: A Deep Dive

Abstract: So, you think you know everything you need to know about the Power BI Report Server because you use traditional SQL Server Reporting Services. Well, don’t believe it. In this session we are going to discuss topics such as Configuring Kerberos to resolve connectivity issues. We will discuss different authentication types, when you need them, why you need them and how to use them. We will then jump into configuring your report server to host Excel workbooks using Office Online Server. Finally, we will demonstrate how to configure an SSAS Power Pivot instance for the Excel data model. In addition to these topics, we will discuss other advanced topics such as connectivity and high availability during this demo-heavy session.

Speaker(s):

  • Patrick LeBlanc

Track and Room: Business Intelligence - 1425


Title: T-SQL’s Hidden Support Feature

Abstract: The most effective T-SQL support feature comes installed with every edition of SQL Server, is enabled by default, and costs no overhead. Yet, the vast majority of database administrator underutilize or completely neglect it. That feature’s name is “comments”.

In this session, Microsoft Certified Master Jennifer McCown will demonstrate the various commenting methods that make code supportable. Attendees will#160;learn what’s important in a header comment, use code blocking to edit code, build a comprehensive help system, and explore alternative comment methods in stored procedures, SSIS packages, SSRS reports, and beyond. These methods help prevent errors and reduce troubleshooting.

Speaker(s):

  • Jennifer McCown

Track and Room: SQL Server Development - 1720


Title: CozyRoc: Dynamic Data Flows in SSIS Without Programming

Abstract: This session is an introduction to the unique functionality offered by COZYROC to create integration packages that dynamically map columns at runtime. The standard SSIS Data Flow Task can only use static metadata which is defined when the package is initially designed. The mapping of columns is configured and remains unchanged until the package is re-opened and design changes are made, thus costing maintenance time and effort. Data Flow Task Plus extends the capabilities of the standard Microsoft Data Flow task in that it allows you to set up dynamic data flows, thus eliminating maintenance time and effort. Changes to tables and columns are automatically incorporated at run time without the need to change and redeploy the package. Columns and fields are mapped automatically at run time. Furthermore, the initial design time and effort may be greatly reduced when dealing with huge amounts of data in a large number of files and/or databases.

Speaker(s):

  • Diane Schuster

Track and Room: Business Intelligence - 1321


Title: Composing Functions With Javascript

Abstract: What is this function composition wizardry? From defining and understanding it conceptually to digging in and refactoring some code, you will gain useful insight into utilizing function composition. We will also look at common architecture strategies and take a fresh look at common composition-based design patterns.

Speaker(s):

  • Jay Tulk

Track and Room: .NET Dev - 1305


Title: Exploring the new SqlServer PowerShell module

Abstract: If you’ve dabbled in PowerShell, you probably know that there are many ways to use it in conjunction with SQL Server. While using the provided tool set has been a challenge for many data professionals, recent upgrades and improvements to the PowerShell module for SQL server provide a solid tool set for new and experienced users. This session will cover the SqlServer module in detail, exploring the various commands and demonstrating various use cases for the tool set. Attendees will get a solid overview of the module and real world examples of how users can get the most out of their code.

Speaker(s):

  • Michael Fal

Track and Room: PowerShell - 1920


Title: Random Acts of Senseless Databasing

Abstract: After years of snake oil salesmen and good-meaning but part-time developers, Acme Oil Gas company’s databases have become something Rube Goldberg would be proud of and they’ve hired you to sort everything out. What are some of the things you can expect to find and how can you fix them? From spaghetti code that references views inside of views nested in other views, to overly indexed tables that generate 10x the disk IO and contention they should, we’ll talk about database development, administration, and plenty of things in between.

Speaker(s):

  • Kris Hokanson

Track and Room: SQL Server Development - 1321


Title: Introduction to Azure Cosmos DB SQL API

Abstract: Developers are interested in consuming and processing very large amounts of data as quickly as possible. Azure Cosmos DB is a NoSQL document database service designed for modern mobile and web applications which require fast reads and writes of unstructured data feeds. Azure Cosmos DB natively supports JSON documents which is a key performance feature. In this session, you will learn how to: create a Cosmos DB instance in Azure; work with JSON documents; create Ad hoc queries with familiar SQL syntax; create application logic as stored procedures, triggers and user defined functions (UDFs) using standard JavaScript; manage security; modify indexes; stream twitter data into a collection; extract data using SSIS C# script tasks into SQL Server; visualize data using PowerBI; and finally compare performance and feature differences between SQL Server 2017 and Azure Cosmos DB when working with JSON data.

Speaker(s):

  • Jeff Renz

Track and Room: Business Intelligence - 1845


Title: Introduction to Application Security

Abstract: Do you ever get the feeling that your Information Security department is out to make your life hard? Do you think perhaps they think the same thing about developers? (hint: They usually do.) Have you ever wondered how you could make that relationship better? Then this session is for you!

In this introduction to application security we will go over the “basics” of security, specifically in regards to web applications. We will touch on things like what that OWASP thing is, the differences between authorization and authentication, and why most Two-Factor authentication has an off by one error. We will also look at ways to test your applications for security vulnerabilities so that the next time you hand your applications off to the security team you can have a better feeling about the results you will get back.

Speaker(s):

  • James Alt

Track and Room: .NET Dev - 1700


Title: Code Like a Snake Charmer - Intro to Python!

Abstract: Python is the one of the most popular programming languages used today and one of the most useful tools in the data scientist’s tool belt especially for machine learning. Python is integrated into the Microsoft stack in tools like Azure ML and now SQL Server 2017.

The session will be an introduction to the Python language including:

1.) Installing and Configuring Python

2.) Access and Manipulate Data

3.) Install and Manage Packages

4.) Create and Use Objects/Variables

5.) Control Flows and Functions

6.) Managing the Python installation in MSSQL

Attend this session to learn how to use Python to take your data analytics to the next level. We will use Python, SQL Server and the Anaconda distribution of Python to learn the basics of Python and how it is integrated in the Microsoft stack! We will walk through a simple deployment of a machine learning model to see how it all works together and learns some basic data science fundamentals.

No prior statistics knowl

Speaker(s):

  • Jamey Johnston

Track and Room: Business Intelligence - 1845


Title: SQL on Linux ¦ Microsoft ♡ Linux … what about (us) Windows folks?

Abstract: SQL Server on Linux - yaaay! … wait, isn’t that a whole new/open world of tech and licensing options? … and they need the info when? … but I’m already overloaded + the next build of windows is just … [vent away] …?!

PAUSE: Windows Server folks went through this a few years ago with the Cloud. Tex was a guest on TechNet-Edge Radio with John Weston speaking about it, recording on www.HybridDecisions.com

SPOILER: You actually become MORE valuable, the more you partake in the Linux world! (interested?)

CRUX: Kubernetes + Docker + SQL Server on Linux ~~ PostgreSQL on Linux … if time permits, deploy to Google Cloud and/or Microsoft Azure

AUDIENCE: Anyone (dev/pro/biz) interested in the new/open world of SQL Server on Linux (your competition/opportunity?), the newSQL DB options, and possible quick demos

Speaker(s):

  • Zane Moreign

Track and Room: SQL Server Administration - 1321


Title: A Tour of SQL Server 2016 Security Features

Abstract: Protecting our data from unauthorized access becomes more and more important all the time. SQL Server includes a number of features that make data protection and security easier for developers and DBAs with a framework for protecting data. Come learn how Always Encrypted, TDE, Row Level Security, Dynamic Data Masking, and column level encryption can protect your systems.

Speaker(s):

  • Steve Jones

Track and Room: SQL Server Development - 1510 (Auditorium)


Title: The DATA⋅CLOUD Talk

Abstract: This talk connects the dots between quite some tangents ~ the obvious and the not-so-obvious/forgotten/new-ish aspects of DATA (Big Data, Small Data, Tiny Data, Data Lakes, Data Reservoirs, Micro Data, Macro Data), and CLOUD (Hybrid, Global, Microsoft, Non-Microsoft) available as of this point-in-time (Aug-2018) ~ and some other thoughts.

AUDIENCE: Decision makers, decision influencers, or anyone interested in how DATA tangos with the CLOUD, and the resulting INFORMATION (actionable or otherwise).

PRE-REQUISITES: none

SPEAKER DISCLOSURE: Tex (20+ year technologist) is with Hybrid Decisions®, a multi-competency Microsoft Gold Partner (consistently since year-1) and OpenSource/Linux (originally C/Unix folks who embraced Microsoft OpenSource/Linux) … speaking on behalf of HCCUG.org «±»

Speaker(s):

  • Anthony {Tex} Moreign

Track and Room: CIO/Executive - 1321


Title: Code Like a Pirate … Intro to R and Data Science Tools in MS

Abstract: R is the most popular statistics language used today. It is one of the most useful tools in the data scientist’s tool belt. It is also integrated into the MS stack in tools like Azure ML, SQL Server and Power BI and can be used to take your data analytics to the next level.

Come to this session to get an introduction to the R language including:

  • installing and Configuring R and RStudio

  • RStudio Overview and Debugging

  • how to Access and Manipulate Data

  • install and Manage Packages

  • create and Use Variables

  • control Flows

  • functions

  • basic Graphing and Statistical Analysis.

We will finish with a brief introductions of how R integrates in Azure ML, Power BI, and SQL Server 2016 using real demos.

The focus of the session will be primarily on the introduction to the R language and getting attendees comfortable with using R to start the journey into Data Science!

Speaker(s):

  • Jamey Johnston

Track and Room: Business Intelligence - 1325


Title: Data Types Do Matter

Abstract: They’re just numbers, right? A date’s a date. It’s just string data, who cares? I can’t tell you how many times I’ve heard these phrases. This session will help you understand why choosing the correct data type for your data is so important. It affects data quality, storage and performance. It can even produce incorrect query results.

Speaker(s):

  • Angela Henry

Track and Room: SQL Server Development - 1620


Title: Enterprise Row Level Security in SQL Server and Power BI

Abstract: The need for organizations to provide Row Level Security (RLS) in their applications is increasing every day, often in existing applications where code changes are not easy. Microsoft has addressed this need in SQL Server 2016/2017 and Azure SQL DB with predicate based RLS and in Power BI, as well.

This session will show how organizational asset hierarchies are leveraged together to provide predicate-based RLS on tables in SQL Server 2016/2017, Azure SQL Database and Power BI without application changes. This session will go beyond the basic RLS setups and show a real-world production setup of RLS using a small number of security records to secure large and small organizations.

Attendees will leave with a complete working demo they can take to their work and begin to use immediately. The demo will walk completely through creating the database, creating the application tables and security related tables, loading demo and security data, setting up the RLS and testing the RLS.

Speaker(s):

  • Jamey Johnston

Track and Room: PowerBI - 1425


Title: Mentoring Women in Tech: A Guide for Men Women Who Want to Help

Abstract: Women make up less than 20% of the tech world and they’re leaving the field at a rate over 3 times the rate that men are. Women cite lack of effective mentorship as one of the leading reasons for their exodus. Whether you’re a colleague, a manager or someone who wants to change the status quo, your opportunity to effectively tip the scales changes.

What do you do for a living, what level are you at in your career and are you in any kind of management role? Can utilizing women’s groups either at work or via a professional organization work for you? In this session, we’ll discuss different ways you can mentor and sponsor women in tech. We’ll provide concrete steps you can take to mentor, sponsor or just offer support. These solutions vary based on who YOU are, where you are in your career, if you have hiring/promotion influence, etc. Learn how you can make a difference.

Speaker(s):

  • Rie Irish

Track and Room: Professional Development - 1845


Title: Think Like a Certification Exam

Abstract: Do you want insight into how certification exams are written, how questions are designed, and how to follow a logical process of elimination? We’ll go through the process of item creation, what rules writers must follow, and review some sample questions together. We’ll leave time for QA with a veteran of the Microsoft certification exam writing process.

Speaker(s):

  • William Assaf

Track and Room: Professional Development - 1615


Title: SQL Server 2017 and R: More than stats

Abstract: New language integration in SQL 2016/2017 provides powerful functionality for various tasks in addition to statistical models. This session will focus on R with demonstrations of various packages and corresponding projects. We will work through a small end to end project using R in multiple facets of the project.

Speaker(s):

  • Mark Verret

Track and Room: Business Intelligence - 1735


Title: Managing Azure Data Lake with PowerShell

Abstract: PowerShell can perform common tasks in Azure Data Lake. Learn how to authenticate and then upload files, run jobs and inventory your site.

In this session, we will look at how to authenticate in Azure Data Lake using PowerShell. From there, I will demonstrate how to upload a set of files and how to get information about the files. In addition, we will submit U-SQL jobs to Azure Data Lake Analytics.

Speaker(s):

  • Russel Loski

Track and Room: Business Intelligence - 1920


Title: Deploying Power BI in your Enterprise

Abstract: Have you wondered what the right approach is for creating and deploying your Power BI content? Which tools are the right ones? When do you use app workspaces and apps? How to understand your licensing options? And how to keep your data up to date? If, so this session is for you. During this session we will discuss and show: Deployment options, Licensing Options, Refreshing Data, Collaborating and Sharing options and many more details about deploying Power BI.

Speaker(s):

  • Patrick LeBlanc

Track and Room: Business Intelligence - 1425


Title: Twilight TimeZone: Handling Time in Your App Architecture

Abstract: Join two experts in their fields of SQL and .NET architecture for an informative and thought-provoking talk about handling timezones in your application architecture. You might walk away unsettled by your past date/time storage choices, but you’ll be more confident than ever that dealing with Time Zones is disconcerting, rarely straightforward, and often complicated! We’ll deep dive into the storage and serialization of date/time information from the worlds of both SQL Server and web/mobile application development, in a joint presentation by Sparkhound principal consultants William Assaf and Steve Schaneville.

Speaker(s):

  • William Assaf

Track and Room: .NET Dev - 1720


Title: How to be a lazy sysadmin and get away with it.

Abstract: Are you lazy? Do you hate doing the same mundane tasks over and over again. Well so do I. Come meet David Pechon, Louisiana’s laziest sysadmin and learn the dark arts of automation.

Speaker(s):

  • David Pechon

Track and Room: Windows Server/Virtualization - 1800


Title: STEMupBR Kid’s Showcase

Abstract: REGISTRATION REQUIRED: https://foundationebr.org/brstem/calendar.html/event/2018/08/11/sqlsatbr-2018-stemupbr-kids-track/205026

Questions? Email sqlpassbr@gmail.com

Speaker(s):

  • William Assaf

Track and Room: StemUP Kid’s Track - 1835 (StemUP)


Title: SQL Server Defaults SUCK!!

Abstract: If you just click next-next-next and think you have a good-to-go SQL Server THINK AGAIN!! :-) There are umpteen things you just GOTTA change right out of the box if you want your potentially very expensive and always precious SQL Server resource to perform and behave optimally. This session will cover a laundry list from High Power Setting to data file growth and many useful items in between.

Speaker(s):

  • Kevin Boles

Track and Room: SQL Server Administration - 1700


Title: How To Talk To Your Storage Admin

Abstract: A general discussion about storage and how it affects DBA’s. We will discuss how to monitor for performance as well. We will also discuss what DBA’s need to consider when talking to their storage administrators.

Speaker(s):

  • Marsha Pierce

Track and Room: SQL Server Administration - 1800


Title: Mastering your Resume Interview: Tips to Get Hired

Abstract: Looking for a job? Learn trade secrets from a Recruiter! Resume blunders and interview tips, this session will focus on ten most important things you can do to get hired.

Speaker(s):

  • Christine Assaf

Track and Room: Professional Development - 1615


Title: STEMupBR Track for Kids

Abstract: REGISTRATION REQUIRED: https://foundationebr.org/brstem/calendar.html/event/2018/08/11/sqlsatbr-2018-stemupbr-kids-track/205026

PARENTS MUST REMAIN ONSITE.

Questions? Email sqlpassbr@gmail.com

Want to volunteer? https://foundationebr.org/brstem/volunteer.html

Speaker(s):

  • William Assaf

Track and Room: StemUP Kid’s Track - 1835 (StemUP)


Title: Get insights from data with Cognitive Services

Abstract: How can you take advantage of Artificial Intelligence without being a data scientist? Cognitive Services allow you use Artificial Intelligence to enrich your data through simple API calls. In this session, we will demonstrate the Cognitive Services and brainstorm how we can apply these to our applications.

Speaker(s):

  • Shawn Weisfeld

Track and Room: .NET Dev - 1425


Title: Giving Feedback: How to Effectively Communicate to your Employees

Abstract: As a manager or team leader giving effective feedback is vital to the success of projects. In this session we will discuss soft skills and best practices to give feedback, performance improvement, and even disciplinary actions. Learn how to handle confrontation tactfully.

Speaker(s):

  • Christine Assaf

Track and Room: Professional Development - 1325


Title: Performance Tuning with a Microsoft MVP

Abstract: The life of a DBA is evolving and your tuning skills should always be sharp. Tuning is one of the key components of a great DBA and developer. In this demo rich session we’ll deep dive into performance tuning for On-Prem, PaaS, and IaaS. We’ll discuss tips and techniques for troubleshooting bottlenecks and how to remediate them for hardware, OS, and the database.

Speaker(s):

  • Daniel Janik

Track and Room: SQL Server Administration - 1620


Title: Create a rich no-code model driven app using PowerApps

Abstract: Microsoft has been hard at work converging multiple business application platforms, including PowerApps, XRM/Dynamics CRM/CE, and the Common Data Service, enabling you to create rich, complex, and extensible apps that span devices with little or no code. In this session we will create a model-driven app with no code that includes the data model, user interface, visualizations, and logic. This is an introductory session and is for anyone who has used line of business applications and can work with Excel or Access.

Speaker(s):

  • Mike Huguet

Track and Room: .NET Dev - 1305


Title: What is Power BI?

Abstract: You’ve heard all the buzz about Power BI, but you have no idea what it is and how it works. This session explains what Power BI is, who can use it and why you would want to. It’s an introductory session that gives you the information you need to determine if Power BI is right for you and your organization.

Speaker(s):

  • Angela Henry

Track and Room: PowerBI - 1425


Title: Power BI Security Deep Dive

Abstract: One hot topic with Power BI is security, in this deep dive session, we will look at all the aspects of security of Power BI, from users, logging to where and how your data is stored and we even look at how to leverage additional Azure services to secure it even more.

Speaker(s):

  • Adam Saxton

Track and Room: Business Intelligence - 1321


Title: SQL Server with Docker Containers

Abstract: An overview of creating SQL Server Containers and how you can clone your databases to Linux Containers. Containers are the future of DEVOPS!

Speaker(s):

  • Marsha Pierce

Track and Room: SQL Server Administration - 1800


Title: 2017 SSIS Scale Out: How and Why

Abstract: 2016 SSIS packages can access data anywhere throughout the network, but normally run on the server they are deployed on. And if something terrible happens to that server, the manual setup of the SSISDB can be time consuming. With 2017, SSIS packages can be deployed once and run on several servers, even simultaneously. At this meetup, Paul LaGrone will teach you how to set up 2017 SSIS Scale Out packages so that your SSIS packages can now be in a Highly Available and Disaster Recovery environment.

Speaker(s):

  • Paul LaGrone

Track and Room: Business Intelligence - 1735


Title: 3.NET Development with Windows 10 IoT Core

Abstract: Creating Windows IoT image for Raspberry Pi 3 and writing code that manages to the GPIO ports.

Speaker(s):

  • Al Manint

Track and Room: .NET Dev - 1305


Title: Diversity in Tech

Abstract: A multi-layered talk is introduced by Walls Project director, Casey Phillips, explaining the importance of diversity in the tech industry, especially introducing new job opportunities to minorities and women. This is further broken down by the introduction of The Futures Fund, The Walls Project’s program in which students are taught coding and able to intern and grow their skills in real work environments.

Speaker(s):

  • Casey Phillips

Track and Room: CIO/Executive - 1325


Title: Open Management Style

Abstract: Interactive session with cover key aspects of defining, explaining its Best Practices, Problems and Conclusion regarding this innovative approach.

Speaker(s):

  • David Reid

Track and Room: Professional Development - 1325


Title: Building Great Services

Abstract: I am responsible for several Azure-based microservices at Microsoft that are consumed internally and exposed to customers through PowerApps, Dynamics 365, and more to come in the future. In this session we will discuss the following qualities that help make-up a great cloud based service: reliable, scalable, secure, compliant, and supportable. This is an architectural level discussion with no code.

Speaker(s):

  • Mike Huguet

Track and Room: .NET Dev - 1800


Speakers

This is a list of speakers from the XML Guidebook records. The details and URLs were valid at the time of the event.

Marsha Pierce

Twitter: - MarshaPierceDBA

LinkedIn: Marsha Pierce

Marsha Pierce lives in Nashville, TN. She studied Computer Science, Mathematics, and French at Belmont University. She has 23 years of experience as a DBA, which means she has broken and fixed a lot of stuff. Before joining Pure Storage, she was an architect at HCA and Asurion. She is passionate about DevOps, Storage, Performance Tuning, and Standardization.

William Assaf

Twitter: - william_a_dba

LinkedIn: William Assaf

Contact: http://www.sqltact.com

William Assaf, Data Platform MVP, is a principal consultant in Baton Rouge, LA. Initially a .NET developer, and later into database administration and architecture, William currently works with clients on SQL Server and Azure SQL platform optimization, management, disaster recovery and high availability, and leads a crack multi-city team of consulting SQL DBA’s. William has written for Microsoft SQL certification exams since 2011 and was the lead author of the 2017 and 2019 editions of “SQL Server Administration Inside Out” by Microsoft Press. William is a member of the Baton Rouge User Groups board, a regional mentor for PASS, and past lead of the annual SQLSaturday Baton Rouge Planning Committee, having run one of the largest SQLSaturdays.

Daniel Janik

Twitter: - @SQLSME

LinkedIn: Daniel Janik

Contact: http://www.sqltechblog.com

Daniel Janik has been supporting SQL Server for 18 years. Six of those years were at Microsoft Corporation supporting SQL Server as a Senior Premier Field Engineer (PFE) where he supported over 287 different clients with both reactive and proactive database needs. Daniel has presented at many community events and SQLSaturdays.

Angela Henry

Twitter: - SQLSwimmer

LinkedIn: Angela Henry

Contact: http://SQLSwimmer.com

Angela is a Solution Architect, living in High Point, NC and loves what she does. She’s worked with all versions of SQL Server worn all the hats that come with dealing with SQL Server throughout the years: developer, administrator, data architect and BI developer. She has her MSCE in Data and Analytics (f.k.a., Business Intelligence), is a Data Platform MVP, and a Microsoft Certified Trainer (MCT). She is the former chapter leader for the PASS Triad SQL User Group in Greensboro, NC. In her spare time you can probably find her in or at the pool, she’s an avid US Masters Swimmer, Coach and Instructor.

Jamey Johnston

Twitter: - STATCowboy

LinkedIn: Jamey Johnston

Contact: http://STATCowboy.com

Jamey Johnston is a Senior Data Scientist/Engineer for a large independent OG company. For over 25 years, he has worked for Fortune 500 companies architecting successful platforms in the cloud, on the edge, and on-premises for BI reporting, statistical analysis, ML, and AI. Lately, he spends his time in Azure, Python, R, Power BI, MS SQL, and SAS JMP. He holds a BS in Spatial Analysis from LSU and a Masters of Science in Analytics from Texas AM. He is a professor at the Mays Business School at Texas AM in the MS Analytics program. He is active in his PASS Local Group in Houston, co-leader of the local Power BI users group and data analytics group. He regularly speaks and volunteers at PASS events. He is also a Microsoft Data Platform MVP.

Patrick LeBlanc

Twitter: - patrickdba

LinkedIn: Patrick LeBlanc

Contact: http://patrickdleblanc.com

Patrick LeBlanc is a currently a Principal Program Manager at Microsoft and a contributing partner to Guy in a Cube. Along with his 15+ years’ experience in IT he holds a Masters of Science degree from Louisiana State University. He is the author and co-author of five SQL Server books. Prior to joining Microsoft he was awarded Microsoft MVP award for his contributions to the community. Patrick is a regular speaker at many SQL Server Conferences and Community events.

George Mauer

Twitter: - @togakangaroo

Contact: https://github.com/togakangaroo/Blog

George Mauer is a software developer, speaker, teacher, writer, and comedian with an interest in the various techniques that can make software simple, extensible, and communicative. He is the owner of Humble Pi Software and currently a senior developer with Surge Consulting. He speaks regularly on Javascript, C#, Agile and other subjects, at usergroups, and to his cat.

Kevin Boles

Twitter: - @TheSQLGuru

LinkedIn: Kevin Boles

Kevin Boles is a SQL Server expert, working exclusively with the product since v6.5. With over 25 years of database experience and over 45,000 man hours of SQL Server engine experience, he holds many related certifications, is an MCT and was a SQL Server MVP from 2007 to 2012. Kevin has been a very successful independent consultant for over 20 years. His passion is the relational engine, especially designing, building, analyzing and tuning high-performance database applications.

William Assaf

Twitter: - william_a_dba

LinkedIn: William Assaf

Contact: http://www.sqltact.com

William Assaf, Data Platform MVP, is a principal consultant in Baton Rouge, LA. Initially a .NET developer, and later into database administration and architecture, William currently works with clients on SQL Server and Azure SQL platform optimization, management, disaster recovery and high availability, and leads a crack multi-city team of consulting SQL DBA’s. William has written for Microsoft SQL certification exams since 2011 and was the lead author of the 2017 and 2019 editions of “SQL Server Administration Inside Out” by Microsoft Press. William is a member of the Baton Rouge User Groups board, a regional mentor for PASS, and past lead of the annual SQLSaturday Baton Rouge Planning Committee, having run one of the largest SQLSaturdays.

Bryan McCoy

Twitter: - https://twitter.com/BMcCoy04

LinkedIn: Bryan McCoy

Contact: http://bryanmccoy.rocks

Bryan is a Software Developer whose primary focus is on the web side of development. He has worked for the City of Baton Rouge, various consulting companies both locally and out of Chicago, and currently works for BCBSLA. By day his focus is on Microsoft stack, but by night he love all things Linux. He spends much of his time programing in C# and/or Javascript with frameworks such as Asp.Net Core, AngularJs, and React. Bryan’s newest passion is speaking and teaching others what he has learned over his career as a developer. He’s always looking for opportunities to get in front of people and share!

Russel Loski

Twitter: - sqlmovers

LinkedIn: Russel Loski

Contact: http://www.sqlmovers.com

Russ Loski is a SQL Server BI Developer based in Dallas-Fort Worth. He current works as a Data Analytics Engineer for Navisite, a remote managed IT services company. Twenty years ago, he began working with SQL Server 6.5. He has since continued to develop applications connected to all of the versions of SQL Server. He has worked with clients in industries from insurance to healthcare, from movie theaters to American football. Russ is a regular speaker at SQLSaturday events, as well as the SQL Server Users Groups in the North Texas region. Russ likes working with data in various shapes.

William Assaf

Twitter: - william_a_dba

LinkedIn: William Assaf

Contact: http://www.sqltact.com

William Assaf, Data Platform MVP, is a principal consultant in Baton Rouge, LA. Initially a .NET developer, and later into database administration and architecture, William currently works with clients on SQL Server and Azure SQL platform optimization, management, disaster recovery and high availability, and leads a crack multi-city team of consulting SQL DBA’s. William has written for Microsoft SQL certification exams since 2011 and was the lead author of the 2017 and 2019 editions of “SQL Server Administration Inside Out” by Microsoft Press. William is a member of the Baton Rouge User Groups board, a regional mentor for PASS, and past lead of the annual SQLSaturday Baton Rouge Planning Committee, having run one of the largest SQLSaturdays.

William Assaf

Twitter: - william_a_dba

LinkedIn: William Assaf

Contact: http://www.sqltact.com

William Assaf, Data Platform MVP, is a principal consultant in Baton Rouge, LA. Initially a .NET developer, and later into database administration and architecture, William currently works with clients on SQL Server and Azure SQL platform optimization, management, disaster recovery and high availability, and leads a crack multi-city team of consulting SQL DBA’s. William has written for Microsoft SQL certification exams since 2011 and was the lead author of the 2017 and 2019 editions of “SQL Server Administration Inside Out” by Microsoft Press. William is a member of the Baton Rouge User Groups board, a regional mentor for PASS, and past lead of the annual SQLSaturday Baton Rouge Planning Committee, having run one of the largest SQLSaturdays.

Daniel Janik

Twitter: - @SQLSME

LinkedIn: Daniel Janik

Contact: http://www.sqltechblog.com

Daniel Janik has been supporting SQL Server for 18 years. Six of those years were at Microsoft Corporation supporting SQL Server as a Senior Premier Field Engineer (PFE) where he supported over 287 different clients with both reactive and proactive database needs. Daniel has presented at many community events and SQLSaturdays.

James Davis

LinkedIn: James Davis

Dr. James Davis is an experienced software developer, entrepreneur, combat veteran, and lecturer. He has a PhD in Information Systems Decision Science from Louisiana State University along with the PMP, CSP, and CSM project management certifications. He has been the lead technology partner in multiple successful start-ups and volunteers with Operation Code The Futures Fund. Dr. Davis is the director of the M.S. in Analytics program at LSU and enjoys writing books about using Python for entrepreneurship data science.

Zane Moreign

Twitter: - @ZaneMoreign

LinkedIn: Zane Moreign

Contact: https://zane.moreign.com

burgeoning Technologist, Speaker, Polyglot {English, Chinese/Mandarin, French, German, some Spanish} … more info https://www.linkedin.com/in/ZaneMoreign/ «±»

Paul LaGrone

Paul is currently in his fourth year as the ETL Manager for a local CRM software firm. Paul’s database work dates back to early database platforms like Dbase III and has worked with every version of SQL Server since SQL 7.0 was introduced. His certifications include MCSE, MCDBA, and MCT. Along with holding a DBA job for the City of Fort Worth, Texas, he also taught T-SQL Intro and Advanced classes to several departments and the North Texas GIS community. In 2006, he founded and ran the Greater Fort Worth SQL Server group for three years, which still continues today. While moving data and other SSIS tasks are Paul’s responsibility now, he has also been a Production DBA, worked heavily in the GIS database co

Brandon Ringe

Since graduating college with a degree in computer science at the end of 2015, I’ve been working in the SharePoint development world. Besides learning the vast intricacies of SharePoint, I’ve done a good bit of JavaScript work, with the Angular 1.x framework and now mostly React. I’ve dabbled in PowerShell for SharePoint needs, and my backend experience is mainly C#, mostly revolving around maintaining and building custom services that integrate with our SharePoint and ERP systems. In my spare time I’ve been diving into functional programming with Clojure on the JVM.

Rie Irish

Twitter: - IrishSQL

LinkedIn: Rie Irish

Rie lives with her family just north of Atlanta, Georgia. She worked as a SQL Server DBA, manager director for over 20 years. She’s worked in many industries including the non-profit sector, education, big pharma, and e-commerce. She was awarded the MVP in the Data Platform 3 times beginning in 2017 and gave that up to accept her role as a Senior Program Manager with Microsoft in 2019. She is very involved with the Atlanta MDF User Group, SQLSaturday Atlanta and is co-leader of the PASS Women in Tech virtual group.

Rie Irish

Twitter: - IrishSQL

LinkedIn: Rie Irish

Rie lives with her family just north of Atlanta, Georgia. She worked as a SQL Server DBA, manager director for over 20 years. She’s worked in many industries including the non-profit sector, education, big pharma, and e-commerce. She was awarded the MVP in the Data Platform 3 times beginning in 2017 and gave that up to accept her role as a Senior Program Manager with Microsoft in 2019. She is very involved with the Atlanta MDF User Group, SQLSaturday Atlanta and is co-leader of the PASS Women in Tech virtual group.

Janis Griffin

Twitter: - DoBoutAnything

LinkedIn: Janis Griffin

Janis Griffin has over 30 years of DBA/database experience including design, development and implementation of many critical database applications. Before coming to Quest Software, Janis primarily worked in the Telecom/Network Industry, working with both real-time network routing databases and OLTP business to business applications. Janis also held positions as a Principal Architect and Senior Manager, mentoring other DBAs on best practices in database performance tuning.

James Alt

Twitter: - @jimmyalt

LinkedIn: James Alt

Contact: https://jamesalt.com

James is an Enterprise Application Architect with the Office of Technology Services at the State of Louisiana, leading the effort to modernize application development. He also works freelance as a mobile developer at Alterity LLC, building apps for regional clients.

Angela Henry

Twitter: - SQLSwimmer

LinkedIn: Angela Henry

Contact: http://SQLSwimmer.com

Angela is a Solution Architect, living in High Point, NC and loves what she does. She’s worked with all versions of SQL Server worn all the hats that come with dealing with SQL Server throughout the years: developer, administrator, data architect and BI developer. She has her MSCE in Data and Analytics (f.k.a., Business Intelligence), is a Data Platform MVP, and a Microsoft Certified Trainer (MCT). She is the former chapter leader for the PASS Triad SQL User Group in Greensboro, NC. In her spare time you can probably find her in or at the pool, she’s an avid US Masters Swimmer, Coach and Instructor.

Karlyn LeBlanc

Karlyn LeBlanc is a native of Chicago, Illinois. She currently resides in the Atlanta, Georgia area. Karlyn obtained her Bachelors degree from Louisiana State University in Baton Rouge and her Masters from Tulane University in New Orleans. Her career began as licensed master social worker where she spent twelve years counseling patients, supervising master level social workers, and facilitating support groups. In addition, she’s a bestselling author of two books and motivational speaker.

Patrick LeBlanc

Twitter: - patrickdba

LinkedIn: Patrick LeBlanc

Contact: http://patrickdleblanc.com

Patrick LeBlanc is a currently a Principal Program Manager at Microsoft and a contributing partner to Guy in a Cube. Along with his 15+ years’ experience in IT he holds a Masters of Science degree from Louisiana State University. He is the author and co-author of five SQL Server books. Prior to joining Microsoft he was awarded Microsoft MVP award for his contributions to the community. Patrick is a regular speaker at many SQL Server Conferences and Community events.

Janis Griffin

Twitter: - DoBoutAnything

LinkedIn: Janis Griffin

Janis Griffin has over 30 years of DBA/database experience including design, development and implementation of many critical database applications. Before coming to Quest Software, Janis primarily worked in the Telecom/Network Industry, working with both real-time network routing databases and OLTP business to business applications. Janis also held positions as a Principal Architect and Senior Manager, mentoring other DBAs on best practices in database performance tuning.

David Pechon

Twitter: - davidpechon

LinkedIn: David Pechon

Contact: http://cachencarry.com

David Pechon is a seasoned veteran of the IT industry. He’s actually a veteran, having started is IT career in the US Army as an information systems operator/analyst when he enlisted in 1997. Currently, David is a systems engineer covering SLED customers in Louisiana and Mississippi for Nutanix.

David has also spoken at SQLSaturday in Baton Rouge in the past as well as other engagements. He has two children, is a die-hard Chicago Cubs fan, enjoys grilling, good beer, and fishing.

Rie Irish

Twitter: - IrishSQL

LinkedIn: Rie Irish

Rie lives with her family just north of Atlanta, Georgia. She worked as a SQL Server DBA, manager director for over 20 years. She’s worked in many industries including the non-profit sector, education, big pharma, and e-commerce. She was awarded the MVP in the Data Platform 3 times beginning in 2017 and gave that up to accept her role as a Senior Program Manager with Microsoft in 2019. She is very involved with the Atlanta MDF User Group, SQLSaturday Atlanta and is co-leader of the PASS Women in Tech virtual group.

Anthony {Tex} Moreign

Twitter: - https://twitter.com/AnthonyTexM

LinkedIn: Anthony {Tex} Moreign

Contact: http://www.hccug.org

{Technologist | Speaker | Writer | Founder} … 25 years counting … – Founder Chief Architect, Hybrid Decisions® Corp (www.HybridDecisions.com | 2005) – Founder President, Houston Cloud Computing User Group (www.HCCUG.org | 2008) – for more info see http://linkedin.com/in/AnthonyTexM «±»

Jennifer McCown

Twitter: - http://www.Twitter.com/MidnightDBA

LinkedIn: Jennifer McCown

Contact: http://www.MidnightDBA.com/Jen

Jen McCown is CEO of MinionWare, LLC; a Microsoft Certified Master for SQL Server; and an independent consultant. She is Senior Editor at MidnightDBA.com, where she creates training videos, the DBAs at Midnight webshow, blogs, reviews, and podcasts. Jen is a member, volunteer, and speaker in PASS, and the PASS Women in Technology Virtual Group.

Mechelle Roberthon

Twitter: - https://twitter.com/mroberthon

LinkedIn: Mechelle Roberthon

Contact: https://www.mechellerob.com/blog/

Mechelle Roberthon is a Talent Development Practitioner in the talent development industry. Her background includes training delivery, performance improvement, knowledge management, integrated talent management, managing learning programs, interpersonal/business/personal skills. She holds a Masters of Science in Education with a specialization in Training and Performance Improvement. This includes core competencies such as identifying performance gaps through conducting a needs analysis, designing, implementing, and evaluating interventions. She has taught over 500 corporate courses with her evaluations consistently rating above average. Her dynamic teaching style has become a favorite amongst learners.

Diane Schuster

LinkedIn: Diane Schuster

Diane has worked with COZYROC since 2012. She has attended numerous SQLSaturdays to shine the light on the time-saving and capability-extending components and tasks that COZYROC offers in it’s SSIS+ library. Without even having a background in databases or SQL Server, Diane successfully configures packages in live demonstrations that use COZYROC components and tasks. She believes that, if the toolkit is this easy to use for a novice, then just imagine what a SQL Server expert can do with it!

In Diane’s data networking days, Diane performed a variety of development-related and customer-facing roles for IBM, Lucent Technologies, North Carolina State University and Connectware.

Stan Geiger

Data Architect and BI Architect. Experience building Data Warehouse and ETL platforms, BI Analytics and OLTP systems. He is currently a Director of Product Manager at Idera, responsible for the development of the multi-platform tools.

Kevin Boles

Twitter: - @TheSQLGuru

LinkedIn: Kevin Boles

Kevin Boles is a SQL Server expert, working exclusively with the product since v6.5. With over 25 years of database experience and over 45,000 man hours of SQL Server engine experience, he holds many related certifications, is an MCT and was a SQL Server MVP from 2007 to 2012. Kevin has been a very successful independent consultant for over 20 years. His passion is the relational engine, especially designing, building, analyzing and tuning high-performance database applications.

Michael Fal

Twitter: - @Mike_Fal

LinkedIn: Michael Fal

Contact: http://mikefal.net

Mike is a specialist in data management technologies. As a community advocate, public speaker, and blogger, Mike is a practicing thought leader for data and automation. He is passionate about DevOps and data, building platforms to optimize, protect, and use data efficiently.

Since 1999, Mike has been working in the database field, focusing primarily on SQL Server and specializes in automating data solutions to improve the reliability and efficiency of his environments. He has been caught playing trombone in public on more than one occasion.

Marsha Pierce

Twitter: - MarshaPierceDBA

LinkedIn: Marsha Pierce

Marsha Pierce lives in Nashville, TN. She studied Computer Science, Mathematics, and French at Belmont University. She has 23 years of experience as a DBA, which means she has broken and fixed a lot of stuff. Before joining Pure Storage, she was an architect at HCA and Asurion. She is passionate about DevOps, Storage, Performance Tuning, and Standardization.

David Reid

LinkedIn: David Reid

Biography of: Dave Reid, M.S, PHR, SHRM-CP, DTM, SSGB Management Instructor at The University of Louisiana at Lafayette, HR Professional, Distinguished Toastmaster Former District Leader. Expertise - Zenger-Miller leadership development modules, and Six Sigma Green Belt . Education - Bachelor and Master degrees from The University of Maryland and Indiana Wesleyan University respectively, majoring in Management Science. Prior to his HR career in Corporate America, he was a professional soldier leading globally in the U.S. Army, and Gulf War. His awards include: Toastmasters Area Governor of The Year and Excellence in Training and Education and as Outstanding Professional - Indiana Wesleyan University.

Christine Assaf

Twitter: - https://twitter.com/HRTact

LinkedIn: Christine Assaf

Contact: https://www.hrtact.com

Christine Assaf is an experienced HR pro who is passionate about the mental health of employees, leadership, and organizations. She is a leadership development professional with over 15 years experience in human resources and 20 years in business management. She holds a BS in Business Management, received her HRM certification at LSU, and is finishing up her master’s degree at Colorado State University in Industrial and Organizational Psychology. She is a certified DDI Trainer, experienced public speaker, and is dedicated to teaching others about ways to support a culture of “expressiveness” in the workplace that creates connectivity.

Steven Tidwell

Twitter: - @SQLCodeMonkey

LinkedIn: Steven Tidwell

Contact: https://www.sqlcodemonkey.com

I am currently the Technical Lead for Client custom projects. I have been writing SQL Code starting in SQL 7. Over the years I have put on many hats, DBA, Developer, Web Developer, C#, VB.NET, Cold Fusion and Java. But at the end of the day, I prefer to write SQL. Local Chapter Leader for the South Montgomery County SQL Server User Group in Montgomery County, Texas.

Jay Tulk

I am a Southeastern Louisiana University student interning as a software developer at Turner Industries.

Michael Fal

Twitter: - @Mike_Fal

LinkedIn: Michael Fal

Contact: http://mikefal.net

Mike is a specialist in data management technologies. As a community advocate, public speaker, and blogger, Mike is a practicing thought leader for data and automation. He is passionate about DevOps and data, building platforms to optimize, protect, and use data efficiently.

Since 1999, Mike has been working in the database field, focusing primarily on SQL Server and specializes in automating data solutions to improve the reliability and efficiency of his environments. He has been caught playing trombone in public on more than one occasion.

Paulo de Souza

Twitter: - @TrajiirVMghost

LinkedIn: Paulo de Souza

TBD

Casey Phillips

LinkedIn: Casey Phillips

Creative futurist with 20+ years of experience forecasting and launching entertainment, technology, and arts brands.  Prominent brand strategist specializing in the cultural economy and nonprofit sector by implementing innovative strategies based on best practices and current market trends. 

Proponent of creative placemaking and smart growth principles to reactivate communities through collaborative real estate development. Founder of The Force Agency and Executive Director of The Walls Project 501c3 in Baton Rouge, Louisiana.

Jamey Johnston

Twitter: - STATCowboy

LinkedIn: Jamey Johnston

Contact: http://STATCowboy.com

Jamey Johnston is a Senior Data Scientist/Engineer for a large independent OG company. For over 25 years, he has worked for Fortune 500 companies architecting successful platforms in the cloud, on the edge, and on-premises for BI reporting, statistical analysis, ML, and AI. Lately, he spends his time in Azure, Python, R, Power BI, MS SQL, and SAS JMP. He holds a BS in Spatial Analysis from LSU and a Masters of Science in Analytics from Texas AM. He is a professor at the Mays Business School at Texas AM in the MS Analytics program. He is active in his PASS Local Group in Houston, co-leader of the local Power BI users group and data analytics group. He regularly speaks and volunteers at PASS events. He is also a Microsoft Data Platform MVP.

Jeff Renz

Twitter: - jeff_renz

LinkedIn: Jeff Renz

Contact: http://www.revgen.com

Jeff Renz is a Senior Architect at RevGen Partners, currently working as the design architect and implementation lead on several projects for a Fortune Top 50 company. Jeff has worked with SQL Server and BI for 15+ years and has 10 years’ experience with data warehouse design and implementation. In addition to consulting, he is joining the University of Denver adjunct faculty and is expected to begin teaching in the ICT program starting in June. He received his bachelor’s degree in Computer Science, his master’s degree in Operations Research from Colorado School of Mines, and will be graduating from the Harvard Business Analytics Program in December.

Russel Loski

Twitter: - sqlmovers

LinkedIn: Russel Loski

Contact: http://www.sqlmovers.com

Russ Loski is a SQL Server BI Developer based in Dallas-Fort Worth. He current works as a Data Analytics Engineer for Navisite, a remote managed IT services company. Twenty years ago, he began working with SQL Server 6.5. He has since continued to develop applications connected to all of the versions of SQL Server. He has worked with clients in industries from insurance to healthcare, from movie theaters to American football. Russ is a regular speaker at SQLSaturday events, as well as the SQL Server Users Groups in the North Texas region. Russ likes working with data in various shapes.

Steve Jones

Twitter: - way0utwest

LinkedIn: Steve Jones

Contact: http://www.voiceofthedba.com/

Steve Jones is a Microsoft SQL Server MVP and has been working with SQL Server since version 4.2 on OS/2. After working as a DBA and developer for a variety of companies, Steve co-founded the community website SQLServerCentral.com in 2001. Since 2004, Steve has been the full-time editor of the site, ensuring it continues to be a great resource for SQL Server professionals. Over the last decade, Steve has written hundreds of articles about SQL Server for SQLServerCentral.com, SQL Server Standard magazine, SQL Server Magazine, and Database Journal.

Sean McCown

Twitter: - @KenpoDBA

Contact: http://www.midnightdba.com/dbarant

Sean McCown is a Certified Master with 23 years of experience in databases. He is also founder and co-owner of the MidnightDBA.com website, where he records free SQL Server training videos. He also writes the popular Minion Maintenance suite, the most configurable maintenance solution on the planet.

Steve Jones

Twitter: - way0utwest

LinkedIn: Steve Jones

Contact: http://www.voiceofthedba.com/

Steve Jones is a Microsoft SQL Server MVP and has been working with SQL Server since version 4.2 on OS/2. After working as a DBA and developer for a variety of companies, Steve co-founded the community website SQLServerCentral.com in 2001. Since 2004, Steve has been the full-time editor of the site, ensuring it continues to be a great resource for SQL Server professionals. Over the last decade, Steve has written hundreds of articles about SQL Server for SQLServerCentral.com, SQL Server Standard magazine, SQL Server Magazine, and Database Journal.

John Wells

Twitter: - @SQLServerDBA318

LinkedIn: John Wells

Contact: https://sqlrookieinthe318.wordpress.com/

I’m a DBA at Lamar Advertising in Baton Rouge. I’m a member of the Baton Rouge User Groups Board as well as a co-organizer for the ONLY SQLSaturday that serves Jambalaya for lunch! I started speaking in 2018 and enjoy everything about this powerful community! I enjoy performance tuning, helping developers with best practices and DBATools.

Jonathan Jefferson

Twitter: - @BRSQLBlerd

LinkedIn: Jonathan Jefferson

SQL enthusiast and amateur DBA on occasion. I’m currently working to remove the amateur part.

Jeff Renz

Twitter: - jeff_renz

LinkedIn: Jeff Renz

Contact: http://www.revgen.com

Jeff Renz is a Senior Architect at RevGen Partners, currently working as the design architect and implementation lead on several projects for a Fortune Top 50 company. Jeff has worked with SQL Server and BI for 15+ years and has 10 years’ experience with data warehouse design and implementation. In addition to consulting, he is joining the University of Denver adjunct faculty and is expected to begin teaching in the ICT program starting in June. He received his bachelor’s degree in Computer Science, his master’s degree in Operations Research from Colorado School of Mines, and will be graduating from the Harvard Business Analytics Program in December.

Al Manint

Contact: http://www.linkedin.com/profile/view?id=35458402

IT Director for BRGMC and IT Nerd.

Sean McCown

Twitter: - @KenpoDBA

Contact: http://www.midnightdba.com/dbarant

Sean McCown is a Certified Master with 23 years of experience in databases. He is also founder and co-owner of the MidnightDBA.com website, where he records free SQL Server training videos. He also writes the popular Minion Maintenance suite, the most configurable maintenance solution on the planet.

Mike Huguet

Twitter: - https://twitter.com/mhuguet

LinkedIn: Mike Huguet

Mike Huguet is a Senior Software Engineering Manager at Microsoft focusing on features that aid customers and partners in improving the quality of their PowerApps and customizations to their Common Data Services and Dynamics 365 CE solutions. He has been a software professional for nearly twenty years.

Ryan Chauvin

Twitter: - @ryanchauvin

LinkedIn: Ryan Chauvin

Bio

Adam Saxton

Twitter: - @GuyInACube

LinkedIn: Adam Saxton

Contact: https://guyinacube.com

Adam Saxton is just a guy in a cube doing the work! He is on the Power BI CAT team at Microsoft, working with customers to help adopt Power BI. He is based in Texas and started with Microsoft supporting SQL Server connectivity and Reporting Services in 2005. Adam has worked with Power BI since the beginning, on the support side, and with documentation. In addition, he produces weekly videos for his Guy in a Cube YouTube channel.

Michael Viron

Twitter: - mviron

LinkedIn: Michael Viron

Michael Viron has a wide range of experience as a senior IT manager amp; business owner. As Director of IT amp; Software Engineering at KAMedData, Inc, he has been heavily involved in coordinating numerous product launches amp; both company amp; division startups. A key team member, his main responsibilities include technical operations, project management, security, short and long range technical planning, and development. As owner of General Education Online, he handles both IT and business operations.

Mike Huguet

Twitter: - https://twitter.com/mhuguet

LinkedIn: Mike Huguet

Mike Huguet is a Senior Software Engineering Manager at Microsoft focusing on features that aid customers and partners in improving the quality of their PowerApps and customizations to their Common Data Services and Dynamics 365 CE solutions. He has been a software professional for nearly twenty years.

Jamey Johnston

Twitter: - STATCowboy

LinkedIn: Jamey Johnston

Contact: http://STATCowboy.com

Jamey Johnston is a Senior Data Scientist/Engineer for a large independent OG company. For over 25 years, he has worked for Fortune 500 companies architecting successful platforms in the cloud, on the edge, and on-premises for BI reporting, statistical analysis, ML, and AI. Lately, he spends his time in Azure, Python, R, Power BI, MS SQL, and SAS JMP. He holds a BS in Spatial Analysis from LSU and a Masters of Science in Analytics from Texas AM. He is a professor at the Mays Business School at Texas AM in the MS Analytics program. He is active in his PASS Local Group in Houston, co-leader of the local Power BI users group and data analytics group. He regularly speaks and volunteers at PASS events. He is also a Microsoft Data Platform MVP.

Kris Hokanson

Kris has been building databases for over 20 years. Since SQL Server 7 he’s been looking for ways to shave a second (or an hour) off any query he comes across. His work experience ranges from small construction firms to fortune 200 Oil amp; Gas corporations. He has designed and administered everything from 10 MB single user databases to enterprise data warehouses using SQL Server and SSIS to consolidate data from hundreds of disparate ERP systems.

Shawn Weisfeld

Twitter: - https://twitter.com/shawnweisfeld

LinkedIn: Shawn Weisfeld

Contact: http://www.usergroup.tv

Shawn (http://www.shawnweisfeld.com, shawn@shawnweisfeld.com) is passionate about building awesome applications and websites with .NET technologies and Azure. He is currently a Technical Evangelist for Microsoft based in Austin TX and founder of http://UserGroup.tv. Read his full bio at http://about.me/shawnweisfeld

Jennifer McCown

Twitter: - http://www.Twitter.com/MidnightDBA

LinkedIn: Jennifer McCown

Contact: http://www.MidnightDBA.com/Jen

Jen McCown is CEO of MinionWare, LLC; a Microsoft Certified Master for SQL Server; and an independent consultant. She is Senior Editor at MidnightDBA.com, where she creates training videos, the DBAs at Midnight webshow, blogs, reviews, and podcasts. Jen is a member, volunteer, and speaker in PASS, and the PASS Women in Technology Virtual Group.

Leslie Andrews

Twitter: - landrews5807

LinkedIn: Leslie Andrews

Contact: https://www.lace.technology/blog

Leslie Andrews is an IT professional with almost 20 years of experience working with databases, designing databases, as well as designing and developing applications against those databases. 2018-2019 Idera ACE.

Mark Verret

Mark Verret is the IT Manager for the LSU Highway Safety Research Group. He has over 20 years experience in the IT field. He has worked with SQL Server for the past 12 years implementing Business Intelligence and data warehousing related projects.

Christine Assaf

Twitter: - https://twitter.com/HRTact

LinkedIn: Christine Assaf

Contact: https://www.hrtact.com

Christine Assaf is an experienced HR pro who is passionate about the mental health of employees, leadership, and organizations. She is a leadership development professional with over 15 years experience in human resources and 20 years in business management. She holds a BS in Business Management, received her HRM certification at LSU, and is finishing up her master’s degree at Colorado State University in Industrial and Organizational Psychology. She is a certified DDI Trainer, experienced public speaker, and is dedicated to teaching others about ways to support a culture of “expressiveness” in the workplace that creates connectivity.

Steve Jones

Twitter: - way0utwest

LinkedIn: Steve Jones

Contact: http://www.voiceofthedba.com/

Steve Jones is a Microsoft SQL Server MVP and has been working with SQL Server since version 4.2 on OS/2. After working as a DBA and developer for a variety of companies, Steve co-founded the community website SQLServerCentral.com in 2001. Since 2004, Steve has been the full-time editor of the site, ensuring it continues to be a great resource for SQL Server professionals. Over the last decade, Steve has written hundreds of articles about SQL Server for SQLServerCentral.com, SQL Server Standard magazine, SQL Server Magazine, and Database Journal.

Sponsors

The following is a list of sponsors that helped fund the event:

Back to the SQLSaturday Event List

Back to the home page