SQLSaturday #628 - Baton Rouge 2017

Event Date: 07/29/2017 00:00:00

Event Location:

  • LSU College of Business - 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: How to Build Your Disaster Recovery Plan

Abstract: So your boss asked for a copy of your DR plan. Once you’ve wiped that deer-in-the-headlights look off your face, you realize “We’ve got database backups,” isn’t exactly a plan. You need to come up with a plan to recover your business when disaster strikes. This session will help you build this plan by defining what a disaster could be, documenting the business impact, and identifying your limitations. We will show how to use this information to establish metrics (such as RTO and RPO), document current recovery configurations, and design an effective recovery strategy that meets the needs and budget of your business. Attending this session will give you the knowledge and tools to create an effective disaster recovery plan that will make your boss happy and ensure the continuity of your business.

Speaker(s):

  • Rie Irish

Track and Room: SQL Server Administration - 1735 (Main SQL)


Title: Let Her Finish: Supporting Women’s Voices from meetings to the board room

Abstract: Next time you attend a meeting, watch what happens when women at the table offer ideas. If your office is like most in America, you’ll notice women are interrupted almost three times as often as men. Some interruptions are to assert dominance but sometimes people do it to be helpful offer affirmation. Regardless of the intent, the results are the same. Women are being left out of the conversation. The consequences are real. Male executives that speak more frequently in meetings are rewarded with 10% higher competence ratings from peers better performance reviews from bosses. This translates into $ when raises and bonuses are handed out. This discussion will cover positive solutions that help women’s voices be heard. Women need to be more assertive. We need to learn to say “Stop interrupting me.” and “I just said that.” However, men can be, no HAVE to be, part of the solution. They can help women become part of the conversation.

Speaker(s):

  • Rie Irish

Track and Room: Professional Development - 1425 (IT Management)


Title: In-Memory Indexes: Part 2 – The rest of the story!

Abstract: This session is a continuation of my in-memory table presentation (Part 1) given at 8 SQLSaturdays in 2016 only now concentrating on in-memory indexes. This session will do an in-depth dive into hash, range, and columnstore indexes in the in-memory environment. It will be about 30% presentation and 70% demos with emphasis on when and how to apply in-memory indexes for stated environments/scenarios.
After this session you will

  1. Understand the three in-memory index types, how to create, and when to apply them for selected scenarios
  2. Be able to identify performance gains over equivalent disk back tables/indexes
  3. Comprehend the new data monitoring needed for in-memory tables/indexes

Speaker(s):

  • Mike Byrd

Track and Room: Windows Server/Virtualization - 1735 (Main SQL)


Title: Programming in Power Query: An Introduction to M

Abstract: While the DAX language gets all of the Power BI attention and love, its partner M is nonetheless a powerful workhorse that can be harnessed to do amazing things. We will begin by introducing ourselves to the functional language by building a calendar – absolutely necessary for all of those lovely DAX time intelligence functions to work. From establishing the time period in question to deciding on what information we need and how we want it presented, our understanding of M will grow as we progress through this construction.

We then look at what to do when the information you get is incomplete and contradictory. Cleaning up data and handling errors and missing data will be our focus in an example of combining multiple data sources into a single data set. We consider this crucial step in the ETL cycle.

Our examination will conclude with a discussion of best practices, centering on coding style and deciding on when to solve a problem with M versus when to rely on DAX.

Speaker(s):

  • Ursula and Parkerson

Track and Room: Business Intelligence - 1845 (Business Intelligence)


Title: Parallel Programming, an Introduction

Abstract: CPU clock speeds are growing at a slower rate and one day soon it may reach its physical limitations. While the speed may be stagnating, the number of cores we have access to is picking up the slack. While this is great, your code is probably not utilizing more than a single core of processing power! Parallel programming is the cure to this issue, allowing your code to harness each core and reduce your execution time significantly. The aim of this talk is to give you the basic understanding of parallel programming and some tools in the .NET framework to get you started.

While this is a beginner presentation, it is recommend that you have a firm grasp of coding basics. The language specific examples will be given in C#.

Speaker(s):

  • Matthew Puneky

Track and Room: .NET Dev - 1620 (Mobile Dev)


Title: SQL Server Statistics – What Are The Chances?

Abstract: For far too long, I thought that statistics only contained information on table row counts. While they do contain that information, there is more to it than that. In this beginner session, we’ll go over statistics – how they are created, the different types of statistics that exist, how they’re maintained and how the Query Optimizer uses them. We will also touch on system tables and DMVs that will provide additional information on your statistics. We’ll also go over the cardinality estimator changes in 2014 2016. At the end of this session, you should have a better idea of how the query optimizer within SQL Server makes decisions on how to gather data.

Speaker(s):

  • Lori Edwards

Track and Room: SQL Server Administration - 1321 (SQL Admin)


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”. #160; 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.#160; These methods help prevent errors and reduce troubleshooting.

Speaker(s):

  • Jennifer McCown

Track and Room: SQL Server Development - 1220 (SQL Dev)


Title: Data Access in Your Code : Thinking Outside the Framework

Abstract: Indulge me as I fan the eternal flames of the so-called “impedance mismatch” between your domain objects and the RDBS that stores them. We’ll talk about how to augment or even (gasp) forego heavy hitters like Entity Framework when appropriate. We’ll discuss good code design and the merits and trade-offs of interchangeable database implementations. The presentation will include c#, SQL, EF, SimpleInjector, a dab of Dapper, and my own new secret weapon: FluidDbClient.

You’ll find this session helpful if:

  • You want to map data to nested domain models of titanium stature (look ma, no public setters!)
  • You don’t mind getting your c#-coddled hands a little dirty with SQL.
  • There are parts of your app where read/write performance is critical
  • You’re ready to put some fresh eyes on crusty old terms like Unit of Work, Identity Map, and the Mememto pattern.
  • You appreciate things like programming to interfaces, dependency injection, and the subtleties of the Open-Close Principle.

Speaker(s):

  • David West

Track and Room: .NET Dev - 1510 (.NET Dev)


Title: Monster VM’s (Database Virtualization)

Abstract: Databases by their very nature are the classic Monster VM’s. If Monster VM’s are not virtualized properly they will never perform well and can negatively performance of other VM’s on the hosts. In this presentation, we will teach you how to properly virtualize Monster VM/Databases with vSphere 6.5. We will discuss why you virtualize, installation issues, how to Architect for performance discussing vSphere 6.5 specifics, the storage layer, the processor, Memory considerations, the network layer.  Topics include NUMA, Memory reservations, how to avoid common mistakes. Lesson learned here help you optimize any workload you are virtualizing. With Special emphasis on Monster VM’s on vSphere 6.5. This Presentation is based off a Top 10 Presentation in VMworld USA and Europe.

Speaker(s):

  • Michael Corey

Track and Room: SQL Server Administration - 1321 (SQL Admin)


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 - 1305 (Big Data/Analytics)


Title: Introduction to the Power BI Desktop

Abstract: Most of us are overwhelmed with data from all the different applications that we use on a daily basis. Bringing all the data together is often a very time-consuming and sometimes a challenging process. Even further, attempting to analyze and visualize the data poses new challenges that is sometime difficult or impossible to overcome. Now with Power BI this can all be made very simple. Individuals, ranging from novice information workers to advanced IT professionals can quickly and easily transform, analyze and visualize data using a single tool, Power BI Desktop. In this course we will work through four main topics: Shaping Data, Building a Data Model, Visualizing Data and Using the Power BI Server.

Speaker(s):

  • Patrick LeBlanc

Track and Room: PowerBI - 1700 (Power BI)


Title: Python in SQL Server 2017

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

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

Speaker(s):

  • Chris Hyde

Track and Room: Business Intelligence - 1305 (Big Data/Analytics)


Title: Power BI: From the Desktop to the Enterprise

Abstract: Registration link:

https://www.eventbrite.com/e/power-bi-from-the-desktop-to-the-enterprise-all-day-w-microsoft-experts-tickets-34709769856

Wow, Power BI is making a tidal wave in the BI industry. New features are being released regularly, blog posts are flying across twitter. How can you keep up? In this full day session I will explain and demonstrate how to implement a full enterprise Power BI solution. This will include preparing your organizations network for Power BI, deciding if you need to build an SSAS Semantic Model or will the Power BI desktop work as an alternative. In addition, there will be a few hand-on labs that will help each attendee get started working with both the Power BI Desktop and the Power BI Service. Bring your laptop, grab a cup of coffee and get ready to learn. See the high-level agenda below:

Preparing Your Organization for Power BI, To Data Warehouse or Not, Introduction to the Power BI Desktop, Introduction to the Power BI Service, Con

Speaker(s):

  • Patrick LeBlanc

Track and Room: Business Intelligence - LA Tech Park


Title: What’s new for SQL Server Analysis Services?

Abstract: So, do we stick with Multidimensional Cubes or move to a Tabular Model? Has DAX functionality improved enough to rely on performance in a Tabular Model? Will we be porting Analysis Services databases to Azure? How do we know what level or pricing model is adequate for an Azure Analysis Service database? When an Analysis Service database gets created in an enterprise, and users start to report against, it is very hard not to continue to expand the model. Comfort is obtained when a new release of Analysis Services comes along adding functionality to replace the hooks created to satisfy user requirements. With 2016 and 2017, we are seeing the move to update Tabular Models with improved performance and better security. The Multidimensional Cube additions are mainly with new Data Sources and better T-SQL generated to access source databases like Oracle and Teradata.

Speaker(s):

  • Thomas LeBlanc

Track and Room: Business Intelligence - 1845 (Business Intelligence)


Title: Get Your Optimizer to Give up All Its Secrets

Abstract: You know that execution plans can provide you with vital information to tune a query, but just how does that plan get generated? In this session, we will examine details the query optimization process that are not very well known. We will discuss how SQL Server parses a T-SQL statement then and begins applying rules to make it more efficient. Did you know that SQL Server can be coaxed into outputting hidden structures such as parse trees and memos? We’ll do just that, and then take it a step further with a unique visualization tool that I have created. With a better understanding of how SQL Server optimizes T-SQL (and sometimes doesn’t do it as well as might be hoped), you can write more efficient SQL statements.

Speaker(s):

  • Brian Hansen

Track and Room: SQL Server Administration - 1321 (SQL Admin)


Title: PowerShell 101: The No-Nonsense Beginner’s Guide to PowerShell

Abstract: Interested in PowerShell but not sure how to get started? Already have some experience but still having trouble with the basic concepts? This session is for you! Learn to easily figure out what the commands are and how to use those commands without searching the Internet. Extend PowerShell’s functionality to manage products like SQL Server. During this presentation, Microsoft MVP Mike F Robbins will demonstrate several of the core PowerShell cmdlets along with writing one-liners and basics scripts. We’ll discuss how to prevent resume generating events when making changes with PowerShell. Learn what objects, properties, and methods are along with how they’re used in PowerShell. Not a developer? PowerShell is one of those technologies that you can be extremely effective with whether you’re a developer or an IT Pro.

Speaker(s):

  • Mike Robbins

Track and Room: PowerShell - 1835 (PowerShell/Scripting)


Title: Advanced PowerShell Database Reporting Tools (for Beginners)

Abstract: In this session, you’ll learn how to use an open source PowerShell module to create advanced PowerShell commands that generate dynamic SQL queries without having to actually know PowerShell. You’ll learn how to start with a SQL query and build a fully functioning advanced PowerShell function, complete with parameters that allow for result filtering, PowerShell help, tab completion, and custom formatting, all without having to know how to do any of that in PowerShell. You’ll learn how creating these cheap, yet powerful, commands allows you to build entire modules that can be distributed to other users that need to access this data that might not know how to build their own queries.

Speaker(s):

  • Rohn Edwards

Track and Room: PowerShell - 1835 (PowerShell/Scripting)


Title: Querying Semistructured Data in Azure Data Lake with USQL

Abstract: Data is exploding across enterprises. Much of it is semi-structured junk. Or is it junk? What are you going to do with it until you can find out? Microsoft’s Azure Data Lake is a cloud storage and analytical service for parking a variety of data. When you are ready, you can query that semi-structured data using an ANSI SQL language called U-SQL. In this session I will demonstrate the similarities and differences between U-SQL and T-SQL. I will demonstrate how easy it is to build a query against 21 GB of CSV files. Such queries can help you determine whether you have a gold mine in your data or a bunch of garbage before investing in a full data warehouse build.

Speaker(s):

  • Russel Loski

Track and Room: Business Intelligence - 1305 (Big Data/Analytics)


Title: Women in Technology: Identifying and Understanding Gender Bias Inequality

Abstract: Gender Bias is something we’re all guilty of. It’s typically unconscious and often stems from long held misperceptions about women job responsibilities. We’ll learn how to identify gender bias when we see it. We’ll discuss why it’s important, how it affects our work, decision making, hiring, etc. We’ll discuss strategies for how both men and women can combat this at work in our every day lives. This session is about developing positive solutions to a problem that often goes undiscussed.

Speaker(s):

  • Rie Irish

Track and Room: Professional Development - 1425 (IT Management)


Title: Managing SSRS Reports using PowerShell and SSRS Web Services

Abstract: When you have to do something more than once, you should script it! That’s true for SQL Server maintenance tasks. It’s also important for Business Intelligence projects as well. Microsoft has provided web services to manage your reporting service and to download reports in various forms. In this session I demonstrate how to leverage these web services from PowerShell to handle common SSRS administrative tasks: uploading and copying a report; checking the parameter values, setting the parameter defaults, scheduling a cache refresh. I addition, I demonstrate how to download a report top PDF using PowerShell. You will not only come away with a set of PowerShell scripts to manage your SSRS server, you will learn how to work around some of the less intuitive features of PowerShell to use and extend these scripts.

Speaker(s):

  • Russel Loski

Track and Room: PowerShell - 1845 (Business Intelligence)


Title: Xamarin Forms App with Azure Mobile Services for Authentication and Offline Sync

Abstract: Xamarin offers a native cross-platform solution for iOS, Android, and Windows Phone that is written in C#. Xamarin Forms allows for cross platform development in a shared library, allowing you to spend more time creating the app and less time tailoring it to each platform. Azure Mobile Services offers many services for mobile apps including notifications, offline sync and authentication. All of these are usually intuitive and straightforward to set up. The app we will create is a basic Xamarin Forms app that is a to do list with offline sync capabilities and authentication using Azure Mobile Services.

Speaker(s):

  • David Silver

Track and Room: Mobile App Dev - 1620 (Mobile Dev)


Title: What’s new with Power BI

Abstract: A lot of changes have come to Power BI. Do you understand how Premium fits in? What is an app workspace and why would you use it? And, what the heck is a capacity? We will take a look at Premium, Apps and App Workspaces along with the changes to embedding. We will also see how Power BI Report Server fits into the picture.

Speaker(s):

  • Adam Saxton

Track and Room: Business Intelligence - 1700 (Power BI)


Title: Using a gateway to leverage on-premises data in Power BI

Abstract: I look at how you can take advantage of an on-premises gateway to make use of local data when creating reports and dashboards for Power BI. This will start with Power BI Desktop, and the choices you have for SQL Server and Analysis Services. It will then move to the cloud and look at hosting your files on OneDrive for Business, and what this means for data freshness. We will then look at options for personal use or a more centralized use. It will finish off with looking at some troubleshooting tools available to you when working with data refresh.

Speaker(s):

  • Adam Saxton

Track and Room: Business Intelligence - 1700 (Power BI)


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 - 1325 (Career)


Title: Data Modeling for the Modern Enterprise

Abstract: Explore data modeling and process modeling. Show Business Benefits and Value of Data Modeling Data Modeling Approaches and Engineering What does Acceptable Data Look Like

Entities, Attributes, Measures, and Keys Relationships and Relationship Types

Normal Form Modeling Star and Snow Flake Schema Hybrid Schema Slowly Changing Dimensions Many to Many Relationships Lookup Tables

Enterprise Data Model Conceptual Data Model Logical Data Model Physical Data Model Dimensional Model Business Process Model Trans Relational Model

Speaker(s):

  • Ryan Casey

Track and Room: Business Intelligence - 1845 (Business Intelligence)


Title: Bringing DevOps to the Database

Abstract: 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 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: SQL Server Development - 1510 (.NET Dev)


Title: Set Me Up: How to Think in Sets

Abstract: SQL Server is optimized to work in sets, but this is certainly a paradigm shift for someone accustomed to row-by-row operations.

We will look at T-SQL features that can break set-based processing – generally meaning poor performance – and gather empirical evidence to support that assertion. We’ll also look at some constructs to overcome these issues and make your T-SQL scripts run faster and use fewer resources.

Speaker(s):

  • Brian Hansen

Track and Room: SQL Server Development - 1220 (SQL Dev)


Title: Gimgen - Going Deep With Javascript Generators

Abstract: Javascript generators are a fascinating addition to the language. In this session we will go deep into how they work, how they’re useful, and culminate with a discussion of how they are used in the gimgen library to create a novel reactive programming library.

Speaker(s):

  • George Mauer

Track and Room: Mobile App Dev - 1620 (Mobile Dev)


Title: Async or Parallel? No they aren’t the same thing!

Abstract: I have frequently seen developers confuse async and parallel programming, not understanding that the purpose of each are quite different. Well designed modern .NET development is full of the async/await model, async/await is built on the Task model, but also async is not parallel. So understanding these concepts is key to long term success in building apps in .NET that are both responsive and most efficient.

Speaker(s):

  • Andie Saizan

Track and Room: .NET Dev - 1510 (.NET Dev)


Abstract: After 11 years of existence, the cloud industry would have you believe it is a mature, stable industry that is safe and secure to take your business to. Yet, the secret the insiders in the know is caveat emptor: Let the buyer beware. This presentation covers the state of the cloud today, lessons learned from the early adopters, the new role of cloud keeper, and what to know in advance to create a successful cloud deployment. It ends with a checklist you can use ensure you choose a cloud provider that can meet your needs.

Speaker(s):

  • Michael Corey

Track and Room: IT Executive - 1425 (IT Management)


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 - 1510 (.NET Dev)


Title: Code Like a Pirate … Intermediate R and Data Science in MS

Abstract: This session will build on the “Code Like a Pirate … Intro to R and Data Science Tools in MS” session. We will cover intermediate R techniques and packages around data wrangling, plotting and statistics.

The session will work through a real data science example from Import, Tidy, Transform, Visualize, Model and finally Communicate your results. No prior statistics knowledge is needed just a basic understanding of R.

In this session, we will use Microsoft R Server, R Tools for Visual Studio and Power BI to work through a Data Science problem.

Speaker(s):

  • Jamey Johnston

Track and Room: Business Intelligence - 1305 (Big Data/Analytics)


Title: Improving Your Management Skills

Abstract: This information teaches and or re-inforces the essentials of Management Skills. This also includes a Force Field Analysis in overcoming “Status Quo” situations in The Workplace!

Speaker(s):

  • David Reid

Track and Room: Professional Development - 1425 (IT Management)


Title: Pester the Tester: PowerShell Bugs Beware!

Abstract: So you’ve been developing PowerShell for a while, or perhaps you’re taking over maintenance of an existing set of scripts. It would be great to get extra confidence in your scripts through testing, but how? You’re in luck, there’s a new module in town, Pester!

Pester is a friendly testing framework designed for testing your PowerShells scripts and modules. In this session you’ll be introduced to Pester. You’ll see how to use Pester to uncover bugs, as well as using it for test driven development. Make your own PowerShell more robust through the use of Pester. Kill those PowerShell bugs, dead!

Speaker(s):

  • Robert Cain

Track and Room: PowerShell - 1835 (PowerShell/Scripting)


Title: Power BI: Customer Stories from the Frontline

Abstract: As the popularity of Power BI continues to grow, so does the number of emails and customer calls about issues that they face. Some are easy to solve, and some require a level of research and testing to solve. Join us in this session to learn from some of the top customer issues and trends that we have faced. Explore the problem, and then dive into how we fixed it!

Speaker(s):

  • Patrick LeBlanc

Track and Room: Business Intelligence - 1700 (Power BI)


Title: Branding Yourself for a Dream Job

Abstract: Everyone wants a dream job that they enjoy going to each week. However finding that job, and getting yourself hired can be hard for most people. Steve Jones will give you practical tips and suggestions in this session that show you how to better market yourself, how to get the attention of employers, and help improve the chances that the job you want will get offered to you. Learn about networking, blogging, and more.

Speaker(s):

  • Steve Jones

Track and Room: Professional Development - 1325 (Career)


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 - 1425 (IT Management)


Title: Deadlock, Block Two Smoking Barrels: Breaking Down Blocking and Deadlocks

Abstract: While blocking and deadlocks are part of the territory for a DBA, dealing with them can be another story. In this session we will break down locking types, capturing and identifying deadlocks and the code behind them, and things you can do to resolve and prevent blocking and deadlocks. If you are frequently dealing with deadlocks in your databases this session is for you.

Speaker(s):

  • Amy Herold

Track and Room: SQL Server Administration - 1321 (SQL Admin)


Title: From problem to Power BI: A journey in data visualization

Abstract: Power BI is all the rage right now in visualizing data on the Microsoft BI stack. We’ve seen multiple how tos and presentations on the features, but in this hour, we will actually go through the journey of a specific problem, research it, storyboard it, work through how we solve it (before we ever open Power BI) and then build the Power BI visualization. Make your visualization count. Come join us on the journey.

Speaker(s):

  • Jonathan Stewart

Track and Room: PowerBI - 1700 (Power BI)


Title: Beginning Automation with Powershell

Abstract: This session will cover concepts of automating SQL processes with Powershell - the one tool no DBA should shy away from. If you haven’t gotten on the bandwagon yet now is the time. With some simple demos that you can take and expand upon, you will learn how you can leverage Powershell to not only efficiently meet the needs of your business, but also free up your time for other things.

Speaker(s):

  • Amy Herold

Track and Room: PowerShell - 1835 (PowerShell/Scripting)


Title: Taking Time for You

Abstract: As a working professional, one spends an enormous amount of time creating, maintaining and updating your work skills. The rat race of everyday life, work, work and more work have many people “caught up”. The focus becomes, all too often how fast can I move up the corporate ladder? I need to make more money. How can I create a better brand? On top of all of that, one has to make sure to spend time with their family. So…when is there time for YOU? Join me in an interactive session where I will provide various tools and techniques to assist you with improving your quality of life. Ultimately helping you to create a better you.

Speaker(s):

  • Karlyn LeBlanc

Track and Room: Professional Development - 1325 (Career)


Title: Navigating an Internship: Tips for beginning a career as a software developer.

Abstract: An internship is the first step of a long journey in your career. This session focuses on professionalism, best practices, productivity tips, and how to maximize the benefit that an internship provides both in and out of a new workplace.

Speaker(s):

  • Jay Tulk

Track and Room: Career - 1325 (Career)


Title: How to talk to your Storage Admin

Abstract: A general discussion for DBAs about what they need to consider when using storage. I cover how to monitor performance, how storage can affect SQL server, what DBAs can do to mitigate storage issues, and also misconceptions DBAs have about SANs.

Speaker(s):

  • Marsha Pierce

Track and Room: SQL Server Administration - 1735 (Main SQL)


Title: React Native - So real you can taste it

Abstract: With React Native, you don’t build a “mobile web app”, an “HTML5 app”, or a “hybrid app”. You build a real mobile app that’s indistinguishable from an app built using Objective-C or Java. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.

Speaker(s):

  • Justin Obney

Track and Room: Mobile App Dev - 1620 (Mobile Dev)


Title: Dynamic SQL: Tables, Pivots

Abstract: Dynamic SQL is a scripting language that helps you design flexibility into your code. It allows you to design solutions, pass parameters and allows you build a single query on values passed. Dynamic SQL has both pros and cons to it’s design, but can also be a helpful tool. This presentation will walk through the steps of building dynamic tables, aggregating data in a pivot format and give you the first steps of writing a Dynamic Query. There are hundreds of task that will benefit from the use of Dynamic SQL. From parameter based searches to building dynamic SELECT statements at run time.

Speaker(s):

  • Steven Tidwell

Track and Room: SQL Server Development - 1220 (SQL Dev)


Title: Exploring the All-New SSRS 2016

Abstract: For years, SQL Server Reporting Services chugged along with very few updates. Although it remained a reliable and popular reporting tool, the feature set largely remained unchanged for a decade. With the release of SQL Server 2016, everything changed. Microsoft delivered a brand new SSRS. This session will review and demonstrate the new features of SQL Server Reporting Services 2016. You’ll walk through the essential changes in SSRS, from the new report manager to the new visualizations. You’ll also discuss the SSRS ecosystem and how it fits together with PowerBI and other Microsoft reporting/analytics platforms.

Speaker(s):

  • Tim Mitchell

Track and Room: Business Intelligence - 1845 (Business Intelligence)


Title: Weird stuff I saw … while supporting a Java team

Abstract: After spending more than a decade completely devoted to the Microsoft stack, I did some time supporting a Java team. Yes, sure, Java is just another language so there aren’t really and issues that are absolutely unique to the Java world. But it is a different stack, different culture, and different group of folks giving bad advice to developers … just enough different to keep life interesting. Come hear about my misadventures with server side cursors, output parameters, integrated authentication, and NOCOUNT settings.

Speaker(s):

  • Rick Lowe

Track and Room: SQL Server Development - 1220 (SQL Dev)


Title: Troubleshooting SQL Server Performance

Abstract: Microsoft SQL Support Engineers troubleshoot performance issues all day, every day. They use a set of tools that not only gather all the data necessary to troubleshoot any performance issue, but the tools also analyze the data and generate visually attractive reports. These tools have been available to the public for free for years. This presentation explains the tools, how to run them and how to interpret the results, including how to determine disk latency root cause, top reasons for high cpu, and what to do when you have excessive waits.

Speaker(s):

  • Stacy Gray

Track and Room: SQL Server Administration - 1735 (Main SQL)


Title: Careers in IT - Baton Rouge 2017

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 - 1325 (Career)


Title: Should your spreadsheet be a database?

Abstract: This session will discuss the pros and cons of Excel spreadsheets for data storage, basic database design, and tips for importing an existing Excel spreadsheet into SQL Server.

Speaker(s):

  • Jonathan Jefferson

Track and Room: SQL Server Beginner - 1735 (Main SQL)


Title: App to Azure in 60 Minutes

Abstract: Have you been thinking about moving your custom web app to Azure? You’ll need to consider several aspects, and this session focuses on some of the technical ones. An existing demo application developed in ASP.NET MVC with a SQL Server backend will be moved over to run in Azure App Service and Azure SQL DB. Along the way, you’ll see how to navigate the Azure Portal, consider benefits of Visual Studio Team Services, and have opportunities to see how an app can take advantage of additional Azure services.​

Speaker(s):

  • Sven Aelterman

Track and Room: .NET Dev - 1620 (Mobile Dev)


Title: Introduction to Azure Analysis Services

Abstract: You have been wanting to using SQL Server Analysis Services, but just don’t have the physical resources on-premises to set one up. Analysis Services has typically shipped with SQL Server on premises, but now it has been implemented as a fully managed service in Azure. Join this session to learn how to create a and deploy a model, load and refresh data using Azure functions, secure the model, view the model and a little about pricing.

Speaker(s):

  • Patrick LeBlanc

Track and Room: Business Intelligence - 1305 (Big Data/Analytics)


Title: Hostile Takeover

Abstract: What do you do when given a SQL Server to manage? This presentation will walk you through how to gain access to a SQL Server you have never seen before, what are the basic tools to use to collect inventory information, and what scripts and tools I use to best determine the “health” of the server.

Speaker(s):

  • Robert Bishop

Track and Room: SQL Server Administration - 1321 (SQL Admin)


Title: Automate Operational Readiness and Validation Testing of SQL Server with PowerShell and Pester

Abstract: How do you know whether or not all of the SQL Servers in your environment are configured based on your organizations standards? How do you know whether or not they are all operating properly when maintenance is performed on the systems in your environment? During this session, Microsoft MVP Mike F Robbins will discuss and demonstrate how to use PowerShell and Pester to automate operational readiness and operational validation testing of your SQL Servers and the systems in your environment that depend on them. Prior experience with PowerShell is recommended.

Speaker(s):

  • Mike Robbins

Track and Room: PowerShell - 1835 (PowerShell/Scripting)


Title: Getting Started with .NET Core

Abstract: Heard of .NET Core, but not taken the time to look in to it? Started looking at it, but been discouraged by the seemingly endless stream of breaking changes to the architecture? Played around with it, but want to know what the framework code you’re typing is actually doing? This talk aims to answer some of your questions about .NET Core, what it is, how it’s structured, middleware, and the differences between it and the .NET Framework. We’ll also have a brief introduction to ASP.NET Core.

Speaker(s):

  • Brandon Cornett

Track and Room: .NET Dev - 1510 (.NET Dev)


Title: Polybase, Didn’t that go out with the 70’s?

Abstract: “With the release of SQL Server 2016, Microsoft has included two features that could fundamentally change the way we look at Data Warehousing. The addition of Polybase for connecting to external data sources such as Hadoop and Azure Blob for native TSQL queries extends the reach of the DW. In this session we will discuss how to configure Polybase, best use cases, as well as live demos of the technology.

Speaker(s):

  • Stan Geiger

Track and Room: SQL Server Development - 1220 (SQL Dev)


Speakers

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

Michael Corey

Twitter: - Michael_corey

LinkedIn: Michael Corey

Contact: http://michaelcorey.com/

Michael is a Director Cloud Computing Evangelist for Spectrum Enterprise Navisite. In 2017, was recognized as #42 of the top 100 most influential people in the “cloud industry”. Michael’s a recognized Microsoft Data Platform MVP formerly (Microsoft SQL Server MVP), recognized Oracle ACE, a recognized VMware vExpert and has worked with relational databases for over 30 years starting with Oracle Version 3. Michael is a Past President of the Independent Oracle Users Group (IOUG), A Founder of the Professional Association of SQL Server and current President of the IOUG VMware Special Interest Group. Michael is the original Oracle Press author, frequent blogger http://michaelcorey.com/, a regular columnist for the Big Data Quarterly

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.

Matthew Puneky

LinkedIn: Matthew Puneky

I am a recent graduate from Southeastern Louisiana University. I graduated with 2 degrees, Psychology and Computer Science. While these two degrees appear to conflict, it has given me a unique look into our the field of software development. I survived a multitude of internships, from designing web apps to administrating networks. After trying a multitude of areas in IT, I have settled into the field of software development, more specifically the back-end development of web apps. I am approaching the end of my first year as a junior developer at Turner Industries.

Mike Robbins

Twitter: - @mikefrobbins

LinkedIn: Mike Robbins

Contact: http://mikefrobbins.com/

Mike F Robbins is a Microsoft MVP on Windows PowerShell and a SAPIEN Technologies MVP. He is a co-author of Windows PowerShell TFM 4th Edition and is a contributing author of a chapter in the PowerShell Deep Dives book. Mike has written guest blog articles for the Hey, Scripting Guy! Blog, PowerShell Magazine, and PowerShell.org. He is the winner of the advanced category in the 2013 PowerShell Scripting Games. Mike is also the leader and co-founder of the Mississippi PowerShell User Group. He blogs at mikefrobbins.com and can be found on twitter @mikefrobbins.

David West

LinkedIn: David West

Contact: https://github/davidwest

I’ve been solving problems through code with .NET and SQL Server since 2012. My first jump into this profession was as an LSU IT analyst, where my boss handed over a large code base and said “Go.” During this time, I immensely enjoyed the exposure to tools, techniques, and philosophies of application architecture and database design. I also cultivated a passion for embracing the business domain of any given project - understanding its real value and delivering code with this value continually in mind . In February 2017, I joined the decidedly awesome team at Envoc as a software developer where I can keep making stuff that makes a difference.

Mike Byrd

Twitter: - ByrdNest_TX

LinkedIn: Mike Byrd

Contact: http://logicalread.solarwinds.com/?s=byrd, www.TSQLMentoring.com and SQLServerCentral.com

Former rocket scientist and USAF Fighter Pilot – now a SQL Server geek (24 years)! Past opportunities include free-lance technical writer for PC Magazine, Senior Software Manager for government sponsored munitions effectiveness committee, and insurance company CTO. Currently senior database engineer consultant for several Austin companies.

Presenter at many SQLSaturdays over last 6 years in United States, Europe, and Australia.

Specialize in SQL Server performance tuning; database (OLTP OLAP) architecture; trouble-shooting; teaching TSQL (Basic through Advanced).

Video presentations (for local SQL Server user groups or SQLSaturdays) can be found at http://usergroup.tv/videos/category/speaker/mike-byrd

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.

David Silver

Twitter: - @DavidB109

LinkedIn: David Silver

I graduated from Augusta State University with a Bachelor’s of Business Administration degree in Management Information Systems. I am currently a development consultant for Sparkhound Inc. In Baton Rouge, LA focusing primarily on C# and mobile development with Xamarin

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.

Thomas LeBlanc

Twitter: - TheSmilingDBA

LinkedIn: Thomas LeBlanc

Contact: http://Thomas-LeBlanc.com

Thomas LeBlanc (Microsoft Data Platform MVP) is a Data Warehouse Architect in Baton Rouge, and uses his 30+ years in IT to develop OLTP systems with normalized databases for high-performing T-SQL and dimensional data marts. Development is done in SSIS, SSAS, SSRS, Power BI, and Excel. As a PASS volunteer, he is past chair of Excel BI and Data Arch VCs and is active in the Baton Rouge Analytics and SQL Server User groups, as well as SQLSaturday in Baton Rouge. You can find his blog at TheSmilingDBA.BlogSpot.com and website at Thomas-LeBlanc.com

Sven Aelterman

Twitter: - @svenaelterman

LinkedIn: Sven Aelterman

Contact: https://svenaelterman.wordpress.com

Sven Aelterman is the Director of IT for the Sorrell College of Business at Troy University; a role with a global scope. He is also a lecturer in Information Systems and teaches courses in data warehousing and information security. He continues consulting work through Adduxis, where he assists customers with various Microsoft technology implementations. Co-author of The Art of SQL Server FILESTREAM, published by Red Gate; and SQL Server 2017 Administration Inside Out, published by Microsoft Press. Cloud Software Architect at Sorrell Solutions, L.L.C. developing a Microsoft Azure-hosted Electronic Health Record system.

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.

Mike Robbins

Twitter: - @mikefrobbins

LinkedIn: Mike Robbins

Contact: http://mikefrobbins.com/

Mike F Robbins is a Microsoft MVP on Windows PowerShell and a SAPIEN Technologies MVP. He is a co-author of Windows PowerShell TFM 4th Edition and is a contributing author of a chapter in the PowerShell Deep Dives book. Mike has written guest blog articles for the Hey, Scripting Guy! Blog, PowerShell Magazine, and PowerShell.org. He is the winner of the advanced category in the 2013 PowerShell Scripting Games. Mike is also the leader and co-founder of the Mississippi PowerShell User Group. He blogs at mikefrobbins.com and can be found on twitter @mikefrobbins.

Brian Hansen

Twitter: - tf3604

Contact: http://www.tf3604.com

Brian is a database administrator at Children International in Kansas City. He has been working with SQL Server technologies since 1998, including roles in report development, application development and database administration.

Jonathan Stewart

Twitter: - sqllocks

LinkedIn: Jonathan Stewart

Contact: https://sqllocks.net/

Jonathan Stewart is a Business Intelligence consultant specializing in data visualization, data warehousing, and data management technologies. An advocate for educating others, he is a public speaker, teacher and blogger, continually teaching people about the Microsoft BI Stack. Since 2000, he has been working in the database field with industry leaders in healthcare, manufacturing, financial, insurance and federal, state and local governments.

Jonathan is very active in the community. He has presented on SQL Server, SSIS, Reporting Services, Power BI and Business Intelligence at numerous SQLSaturday events, local user groups, and conferences throughout the United States and around the world. He participates in webcasts, podcasts, and on

Michael Corey

Twitter: - Michael_corey

LinkedIn: Michael Corey

Contact: http://michaelcorey.com/

Michael is a Director Cloud Computing Evangelist for Spectrum Enterprise Navisite. In 2017, was recognized as #42 of the top 100 most influential people in the “cloud industry”. Michael’s a recognized Microsoft Data Platform MVP formerly (Microsoft SQL Server MVP), recognized Oracle ACE, a recognized VMware vExpert and has worked with relational databases for over 30 years starting with Oracle Version 3. Michael is a Past President of the Independent Oracle Users Group (IOUG), A Founder of the Professional Association of SQL Server and current President of the IOUG VMware Special Interest Group. Michael is the original Oracle Press author, frequent blogger http://michaelcorey.com/, a regular columnist for the Big Data Quarterly

Justin Obney

Justin is a Husband, Lead Developer, Apple Fanboy, and JavaScript fanatic. His current focus has been building rich application interfaces for the web, but he is increasingly looking more to mobile.

Robert Bishop

Twitter: - http://twitter.com/sql_padre

Contact: http://sqlpadre.wordpress.com

Robert has been working with databases since SQL Server 2005. After 4 years as a .NET developer using SQL Server, Robert became a DBA out of necessity, a true “Accidental” DBA! Robert has presented at his local SQL Server User group, SQLSaturdays and PASS Virtual Chapters. As a Microsoft MSCA and an Idera ACE, Robert enjoys administrative tasks, configuring SQL Server for optimal performance, troubleshooting problematic SQL queries and making those query run faster than the speed of light. In the event of “free time”, Robert enjoys camping, playing his guitars and spending time with his family.

Sven Aelterman

Twitter: - @svenaelterman

LinkedIn: Sven Aelterman

Contact: https://svenaelterman.wordpress.com

Sven Aelterman is the Director of IT for the Sorrell College of Business at Troy University; a role with a global scope. He is also a lecturer in Information Systems and teaches courses in data warehousing and information security. He continues consulting work through Adduxis, where he assists customers with various Microsoft technology implementations. Co-author of The Art of SQL Server FILESTREAM, published by Red Gate; and SQL Server 2017 Administration Inside Out, published by Microsoft Press. Cloud Software Architect at Sorrell Solutions, L.L.C. developing a Microsoft Azure-hosted Electronic Health Record system.

Brian Hansen

Twitter: - tf3604

Contact: http://www.tf3604.com

Brian is a database administrator at Children International in Kansas City. He has been working with SQL Server technologies since 1998, including roles in report development, application development and database administration.

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.

Robert Cain

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

LinkedIn: Robert Cain

Contact: http://arcanecode.com

Robert C. Cain (http://arcanecode.com) is a Microsoft MVP, MCTS Certified in BI, and is the owner of Arcane Training and Consulting, LLC. He is also a course author for Plurasight, author for Red Gate’s SImple Talk website, and co-author of 4 books. A popular speaker, Robert has presented at events such as the SQL PASS Summit, TechEd, CodeStock, and numerous SQLSaturdays. Robert has over 25 years experience in the IT industry, working in a variety of fields ranging from manufacturing to telecommunications to nuclear power.

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.

Chris Hyde

Twitter: - ChrisHyde325

LinkedIn: Chris Hyde

Chris Hyde is a Microsoft Data Platform MVP and Microsoft Certified Trainer based in Albuquerque, New Mexico. He works as an independent SQL Server BI and DBA consultant, and is the leader of the Albuquerque PASS local user group. He is also part of the Friends of Redgate program and was a member of the Idera ACE class of 2018. He loves loud music and cricket, but usually not at the same time.

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.

Andie Saizan

LinkedIn: Andie Saizan

I have an Associates degree in Information Systems and I’ve been writing code for 11+ years. I am also a Microsoft Certified Professional and Microsoft Specialist: Programming in C#. I’m a highly motivated individual, and I’m very passionate about my career. I LOVE programming and the challenges it brings. I enjoy taking business needs and bringing to life solutions that help businesses operate and function more efficiently. It’s a hobby that I get to make a career out of.

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.

Ryan Casey

Twitter: - @AimYourData

LinkedIn: Ryan Casey

Contact: https://www.AimYourData.com/

Microsoft Data Platform MVP, Public Speaker, and Group Moderator

SQLSaturday Speaker @ • Houston, TX 2018 • Dallas, TX 2018, 2017 (BI), 2016, 2015 • Phoenix, AZ 2018, 2017 (BI) • Kansas City, MO 2017 • Baton Rouge, LA 2017 • Oklahoma City, OK 2016 • San Antonio, TX 2016

SQL User Group Speaker @ • NTSSUG, Dallas, TX • CACTUSS, Austin, TX • OKCSQL, Oklahoma City, OK • MSBIC, Dallas, TX • SALSSA, San Antonio, TX • FWSSUG, Fort Worth, TX

AIM Business Driven Data Solutions combines the collaborative and creative arts included in Technical Communication, the business acumen of a Harvard MBA program, and the technical discipline of object-oriented programming and business intelligence (data warehouses).

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.

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.

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.

Rick Lowe

Twitter: - DataFLowe

LinkedIn: Rick Lowe

Contact: http://dataflowe.wordpress.com/

Rick is a Microsoft Certified Master with more than 20 years of SQL Server experience in a variety of roles. He currently lives in Washington state and works as an independent consultant providing remote performance DBA and performance tuning services for clients in the USA and Canada. His first exposure to SQL Server was as a database developer, but over time he became more and more interested in how the database engine operated… eventually specializing more on performance issues than code.

Rick will work with all things relational, but most enjoys helping smaller companies get better performance from MSSQL, as well as smoothing over relationships between DBA and development teams.

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.

Ursula and Parkerson

LinkedIn: Ursula and Parkerson

Andy works at the leading eCommerce site for luxury outdoor kitchens. He is currently involved in data warehousing and BI development using data to make business decisions. He is active in the community with the Baton Rouge Analytics and Intelligence Network ( gobrain.org ). He enjoys grilling and smoking, and currently owns more grills than his wife approves of.

Jonathan Jefferson

Twitter: - @BRSQLBlerd

LinkedIn: Jonathan Jefferson

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

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.

Tim Mitchell

Twitter: - @Tim_Mitchell

LinkedIn: Tim Mitchell

Contact: http://www.TimMitchell.net

Tim Mitchell is a business intelligence architect, author, and trainer. He has worked with SQL Server for over a decade, specializing in data warehousing, ETL/SSIS, and reporting. He holds a Bachelor’s Degree in Computer Science from Texas AM at Commerce, and is recognized as a Microsoft Data Platform MVP. Tim is a business intelligence consultant and principal at Tyleris Data Solutions.

Tim is an active community speaker and volunteer, having spoken at over 100 events including the PASS Summit, SQLBits, Dev Connections, SQL Intersection, and scores of SQLSaturdays. He blogs at TimMitchell.net, and tweets at @Tim_Mitchell.

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.

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.

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.

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.

Rohn Edwards

Twitter: - @magicrohn

LinkedIn: Rohn Edwards

Contact: http://rohnspowershellblog.wordpress.com

Rohn Edwards is a Windows system administrator and a PowerShell enthusiast. He is the co-founder of the Mississippi PowerShell User Group.

Amy Herold

Twitter: - @texasamy

LinkedIn: Amy Herold

Contact: http://www.sqlkitten.com/

Amy Herold is currently a Premier Field Engineer with Microsoft, specializing in APS. Prior to this, she was a Sr. Database Administrator, focusing on PowerShell and automation. She is also currently the Director of Programs for the North Texas SQL Server User Group (NTSSUG). She frequently speaks at SQLSaturday and user group events across the United States and has also participated in numerous Women in Technology sessions as a panelist. Amy currently blogs at sqlkitten.com.

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.

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.

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.

Amy Herold

Twitter: - @texasamy

LinkedIn: Amy Herold

Contact: http://www.sqlkitten.com/

Amy Herold is currently a Premier Field Engineer with Microsoft, specializing in APS. Prior to this, she was a Sr. Database Administrator, focusing on PowerShell and automation. She is also currently the Director of Programs for the North Texas SQL Server User Group (NTSSUG). She frequently speaks at SQLSaturday and user group events across the United States and has also participated in numerous Women in Technology sessions as a panelist. Amy currently blogs at sqlkitten.com.

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.

Brandon Cornett

Twitter: - @brandon_dev

LinkedIn: Brandon Cornett

Brandon is a lead software developer at Turner Industries. He brings years of experience in the consulting field to the enterprise, working on internal projects to help support employees of the business. His stack of choice is .NET, and he’s more recently taken an interest in React for web and mobile applications. Brandon assists with classes at Southeastern Louisiana University, has attended Xamarin conferences, is an active speaker at local .NET user groups, and has spoken at many SQLSaturday conferences in the past.

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.

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.

Robert Cain

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

LinkedIn: Robert Cain

Contact: http://arcanecode.com

Robert C. Cain (http://arcanecode.com) is a Microsoft MVP, MCTS Certified in BI, and is the owner of Arcane Training and Consulting, LLC. He is also a course author for Plurasight, author for Red Gate’s SImple Talk website, and co-author of 4 books. A popular speaker, Robert has presented at events such as the SQL PASS Summit, TechEd, CodeStock, and numerous SQLSaturdays. Robert has over 25 years experience in the IT industry, working in a variety of fields ranging from manufacturing to telecommunications to nuclear power.

Tim Mitchell

Twitter: - @Tim_Mitchell

LinkedIn: Tim Mitchell

Contact: http://www.TimMitchell.net

Tim Mitchell is a business intelligence architect, author, and trainer. He has worked with SQL Server for over a decade, specializing in data warehousing, ETL/SSIS, and reporting. He holds a Bachelor’s Degree in Computer Science from Texas AM at Commerce, and is recognized as a Microsoft Data Platform MVP. Tim is a business intelligence consultant and principal at Tyleris Data Solutions.

Tim is an active community speaker and volunteer, having spoken at over 100 events including the PASS Summit, SQLBits, Dev Connections, SQL Intersection, and scores of SQLSaturdays. He blogs at TimMitchell.net, and tweets at @Tim_Mitchell.

Stacy Gray

Twitter: - @stacylaray

LinkedIn: Stacy Gray

Contact: http://stacylaray.wordpress.com

Stacy is a leader of some of the best SQL Server Azure SQL VM support engineers at Microsoft. Her team troubleshoots and overcomes obstacles all day, every day, for the largest companies in the world. She has worked with every version of SQL Server from SQL 6.5 to now, and recently certified to be a Microsoft Specialist: Design and Implement Cloud Data Platform Solutions. An experienced speaker, she’s presented at the following SQLSaturdays: Oklahoma City, Dallas, Houston Baton Rouge.

Lori Edwards

Twitter: - www.twitter.com/loriaedwards

LinkedIn: Lori Edwards

Contact: http://www.sqlservertimes2.com

Lori Edwards currently holds the position of Solutions Engineer for SentryOne. Prior to working with SQLSentry, she spent 11 years working as a production DBA. She also has volunteered for PASS since 2009 on the Program Committee, ERC, Nomination Committee and speaking at SQLSaturdays.

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.

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.

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.

Jay Tulk

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

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.

Sponsors

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

Back to the SQLSaturday Event List

Back to the home page