SQLSaturday #58 - Minnesota 2010

Event Date: 10/29/2010 00:00:00

Event Location:

  • 2400 Mystic Lake Blvd
  • Minnesota, Minnesota

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: Extended Events, Work Smarter Not Harder

Abstract: Often, as DBAs, we are presented with the prospect of resolving performance issues. Consider when Bob the Developer shows up accusing the server of inadequacies and expecting resolution. After hours digging through log files and traces and you are able to identify code that Bob deployed that was the root of the problem. What if there was a way to do this type of performance tuning before Bob the Developer shows up and before Sue the User figures out there are performance issues? In this session we’ll take a look at Extended Events and how you can leverage it in every day scenarios. We’ll discuss the ins and outs of how to get detailed information on the errors and events that occur within SQL Server and how to understand the information.

Speaker(s):

  • Jason Strate

Track and Room: DBA-2 - N/A


Title: Drive SQL Server Performance: I/O For Developers

Abstract: An often-overlooked aspect to data optimization is what is happens under the covers – how does SQL Server store and access data? There are plenty of common rules covering tuning, but this session looks at data access from the physical layer, detailing how table access and indexes work, showing why some designs perform poorly, and why adding more indexes may not help. This will not be a discussion of normal forms or design rules. Instead, it will be a technical session providing the foundation for you to choose which concepts to apply to your designs. The session starts with the notion that SQL Server is not a magic box – most of what happens is well-documented and must be taken into consideration when designing or tuning databases.

Speaker(s):

  • Eddie Wuerch

Track and Room: Development - N/A


Title: Using XML to Query Execution Plans

Abstract: SQL Server stores its execution plans as XML in dynamic management views. The execution plans are a gold mine of information. From the whether or not the execution plan will rely on parallelism to what columns are requiring a key lookup after a non-clustered index seek. Through a the use of XML this information can be available at your fingertips to help determine the value and impact of an index and guide you in improving the performance of your SQL Server databases. In this session we’ll look at how you can begin to understand and query the structure of the execution plans in the procedure cache. Also, we’ll review how to uncover some potential performance issues that may be lurking in your SQL Server.

Speaker(s):

  • Jason Strate

Track and Room: DBA-2 - N/A


Title: SQL Server Internals and Architecture

Abstract: Let’s face it. You can effectively do many IT jobs related to SQL Server without knowing the internals of how SQL Server works. Many great developers, DBAs, and designers get their day-to-day work completed on time and with reasonable quality while never really knowing what’s happening behind the scenes. But if you want to take your skills to the next level, it’s critical to know SQL Server’s internal processes and architecture. This fast paced session will take you through many aspects of the internal operations of SQL Server and, for those topics we don’t cover, will point you to resources where you can get more information. So strap on your silly, as we cover all these topics and more at speed with tongue planted firmly in cheek!

Speaker(s):

  • Kevin Kline

Track and Room: DBA-1 - N/A


Title: Self-Service Reporting/Analytics for SQL Server

Abstract: If you use SQL Server Analysis Services (SSAS), you’re closer to easy-to-use, self-service business analytics than you probably realize. SwiftKnowledge’s award-winning, Microsoft-based BI software is optimized to leverage existing SSAS data cubes, which speeds deployment and minimizes expense. Give non-technical business people the insight they need, when they need it, regardless of the availability of trained IT resources – attend this session to learn how to: • Leverage SSAS cubes, SQL relational reporting DMX data mining to easily build powerful analytics solutions • Effortlessly create content dashboards • Perform self-service, ad-hoc analysis • Interactively explore large data sets • Set up automated alerts

Speaker(s):

  • Gilbert Evans

Track and Room: BI-2 - N/A


Title: Tuning SQL Code using Logical Equivalencies

Abstract: Sometimes even the right indexes won’t get your queries done in decent time. In this presentation, we will talk about how to help the query processor out by using different logical transformations on queries, so that they can do the same thing faster. Examples will be used to create “SARGability”, work with “or” logic and use CTEs or temp tables to reduce work. The goal is to add new techniques to your toolbox to tune code more effectively.

Speaker(s):

  • Eric Strom

Track and Room: DBA-2 - N/A


Title: High-Availability and DR Options for SQL Server

Abstract: A comparison of SQL HA DR options, by a practitioner who has implemented managed pretty much every SQL HA and DR approach ( various combinations thereof). Tim is an operational SQL DBA, charged with keeping SQL servers up running optimized, for managed-services customers. We will compare trade-offs between the various SQL HA DR options: for complexity, usability, hardware requirements, licensing, failover speed, initial costs, ongoing support costs, staff skill requirements, etc.

Speaker(s):

  • Tim Plas

Track and Room: DBA-1 - N/A


Title: Intro To Reporting Services(2008 R2) Report Models

Abstract: Report Models can be a great way to empower your end users to create their own reports through a drag and drop tool. This presentation will discuss how to create, maintain and secure SSRS Report Models. Although the focus is on implementation, we will use Report Builder 3.0 to demonstrate report model consumption. We will also cover some tips and tricks learned through real-world experience implementing and supporting report models for clients.

Speaker(s):

  • Mark Vaillancourt

Track and Room: BI-2 - N/A


Title: SSIS and SSRS Better Together

Abstract: SQL Server Integration Services (SSIS) and Reporting Services (SSRS) are two pillars of Microsoft’s Business Intelligence stack: SSIS gathering the data and SSRS displaying the data. Do you know that SSRS provides a set of Web Services that SSIS can use to manage and even render SSRS reports? In this session we will develop an SSIS package that exports an SSRS report to pdf format using these Web Services. Then we will use the SSRS Web Services in a Data Flow Script Component to get data from a report.

Speaker(s):

  • Russel Loski

Track and Room: BI-1 - N/A


Title: Programming with OData the Microsoft Data Stack

Abstract: Data is the core of why we build systems and solutions and look for opportunities to automate and simplify. What are the options and when do you make the tradeoffs? In this session, we look at what’s new with the Microsoft ADO.NET Entity Framework and explain how it works with Windows Communication Foundation (WCF), Representational State Transfer (REST), and RIA Data Services. We also explore the technologies and the trends that are driving the ADO.NET Entity Framework to see how to take advantage of these new technologies.

Speaker(s):

  • Mike Benkovich

Track and Room: Development - N/A


Title: Maintenance Plans - Lessons from the Real World

Abstract: SQL Server Maintenance plans fail - often with no fanfare or warning. Without dependable maintenance plans you can end up with no backups when disaster strikes.

In this session we will dig into real-world examples of how maintenance plans break and and how to fix them. We’ll also identify the contributing factors that play a part in these failures. Armed with this knowledge, you’ll get sent off with specific tips and general principles you can use to make your Maintenance Plan jobs as dependable as they can be.

Speaker(s):

  • Bill Preachuk

Track and Room: DBA-1 - N/A


Title: Using Data Mining to Improve SSIS Data Loads

Abstract: SQL Server 2008 provides a powerful data mining environment. These data mining tools can be used to assist with the data cleansing and data validation process during extract, transform, and load process. Let the data tell you which items might be invalid. Only load those records that are most likely to fit your requirements or result in sales. Prevent unwanted data from reaching your database, rather than trying to weed it out later.

Speaker(s):

  • Brian Larson

Track and Room: BI-1 - N/A


Title: Managing and Administering SQL Azure

Abstract: This discussion addresses operational questions about using “SQL in the cloud” – Questions like: Just what is SQL Azure? Where does it make sense to use it (or not)? HOW do I use it? How do I get stuff in and out of it? How much does it really cost? How do I manage it? The session covers SQL Azure “how-to” and “why” questions from the viewpoint of operational DBA’s and system architects (vs. developers).

Speaker(s):

  • Tim Plas

Track and Room: DBA-1 - N/A


Title: Answers at the speed of thought with SSAS Cubes

Abstract: Microsoft SQL Server Analysis Services is the semantic layer in the Microsoft BI technology platform that allows users to see and interact with their information in a faster and more dynamic way compared to static reports. Analysis Services provides business users the ability to perform analysis and mine their Data to understand and uncover business issues/drivers leading to better decisions and new business opportunities. In this presentation we take a look at buidling your first Analysis Services cube and using cubes to answer questions at the speed of thought.

Speaker(s):

  • Mustafa Hussain

Track and Room: BI-2 - N/A


Title: Taking your Data to SQL Azure

Abstract: Working with data is core to what we do as developers. With the release of the Microsoft SQL Azure Database cloud offering, developers have a new set of options and features that make it possible to take full advantage of the scalability and availability of this platform. In this session, we take a look at what SQL Azure means for developers and show how to create and manage a database in the cloud. We also explore the tools and the practices for using the tools.

Speaker(s):

  • Mike Benkovich

Track and Room: Development - N/A


Title: Top 10 Admin Mistakes on SQL Server

Abstract: Microsoft SQL Server is easier to administrate than any other relational database on the market. But “easier than everyone else” doesn’t mean it’s easy. And it doesn’t mean that database administration on SQL Server is problem free. And since SQL Server is constantly growing from small, home-grown applications, many IT professionals end up encountering issues that others had tackled and solved years ago. Why not learn from those who first blazed the trails of database administration, so that we don’t make the same mistakes over and over again. In fact, wouldn’t you like to learn about those mistakes before they ever happen?

Speaker(s):

  • Kevin Kline

Track and Room: DBA-1 - N/A


Title: Dynamic Text File Creation Via Single SSIS Package

Abstract: Creating individual SSIS Packages for individual business-to-business data files is not only time consuming, but becomes a maintenance nightmare. This presentation will show you how to create a single SSIS package that can generate varying length and formatted text files. By utilizing stored procedures and executing dynamic T-SQL you will see how the time from specification to file delivery can be greatly reduced and simplified. Additional areas we will cover include the support tables to control file run times, creating file variables at run time, and how to report file success.

Speaker(s):

  • Ross McNeely

Track and Room: Development - N/A


Title: Powershell Eye for the Monitoring Guy.

Abstract: Server monitoring can be expensive and is generally licensed for only critical production servers. In this session, learn how to utilize Powershell along with some SMO to not only be proactive, but productive in monitoring the servers in your environment. Attendees will come away from the session with an understanding of how to read the SQL and Server event logs, check backups, find which servers have pending reboots and more. In order to get the most out of this session, it is suggested that those attending have a basic knowledge of Powershell or another administrative scripting language.

Speaker(s):

  • Zach Mattson

Track and Room: DBA-2 - N/A


Title: Stored procedure tracing using the xml datatype

Abstract: When running a stored procedure it is difficult to record what is happening. In this session we will develop logger code in T-SQL to add to your stored procedures. We will use the xml datatype to record parameter values, variable values and debug statements. We will look at the “For xml” statement as well as the xml datatype methods, especially the modify method. Finally we will look at how to read the logs when finished.

Speaker(s):

  • Russel Loski

Track and Room: Development - N/A


Title: Performance Tuning SQL Server Integration Services

Abstract: In this demo-rich presentation, Brian shows you some of the common and not so common ways to tune SQL Server Integration Services (SSIS). Learn how to tune the data flow using some of the advanced SSIS options and how to avoid common SSIS mistakes. See how to measure performance and how to keep SSIS from monopolizing your server’s resourcing. Lastly, discover SQL Server 2008 features that will make SSIS more efficient.

Speaker(s):

  • Brian Knight

Track and Room: BI-1 - N/A


Title: Introduction To Transactional Replication

Abstract: Transactional replication: if you’re like most who I’ve met that are tasked with supporting it, it can appear somewhat mystical. There are many (many, many) configurable options for each step in the process, which can make the whole topic daunting. In this session, we’ll be setting up a simple topology from scratch and talk about what you should be mindful of and what you should save for further study.

Speaker(s):

  • Ben Thul

Track and Room: DBA-2 - N/A


Title: Introduction to PowerPivot

Abstract: In this session, you’ll learn how to use PowerPivot to create self-service analytics in your organization. You’ll see how Office 2010 and SQL Server 2008 R2 will help your users answer their own questions and bring together datasets that may be heterogeneous like a SQL Server table and data feed from a website. Then, you’ll see how to take that data and create a striking report for your end users and collaborate with the data in SharePoint.

Speaker(s):

  • Brian Knight

Track and Room: BI-1 - N/A


Title: Report Lockdown: Implementing SSRS Security

Abstract: When working with Reporting Services, you need to consider all aspects of security from access to the report server to filtering the report data. This session will delve into the various techniques used to secure reports throughout the architecture and the nuances of integrating with SharePoint security as well.

Speaker(s):

  • Steve Hughes

Track and Room: BI-2 - N/A


Title: Documenting Your Integrated Microsoft BI Solution

Abstract: Having implemented BI solutions for years, I have found documentation to be a task too often resisted until late in the project, when it is hastily and incompletely prepared in remaining hours. Because the integrated Microsoft BI solution comprises multiple application layers, it is challenging to generate documentation about the whole solution in a single, unified document. In this presentation I will share approaches I’ve come to use in assembling documentation that “covers all the bases.”

Speaker(s):

  • William E Pearson III

Track and Room: BI-2 - N/A


Title: Table Partitions for Archiving

Abstract: What is Table Partitioning? How can it be used to enhance performance? How can it be used with a data archiving strategy to quickly and easily drop archived data from a table? We will discuss the practical applications of table partitioning using scripts to generate new table partitions, move a partition to another table and discussion on how this can benefit you.

Speaker(s):

  • Eric Zierdt

Track and Room: Development - N/A


Title: Getting Started with MDX

Abstract: In this session we will concentrate largely upon crafting simple MDX expressions and queries whose purposes, for the most part, are to return a set of data. We will overview the structure of a cube, using as a basis the sample Adventure Works cube that is available to anyone installing SQL Server Analysis Services 2008 R2. We will then outline the components of simple MDX syntax, and get started writing basic expressions and queries. We will expose basic member functions, introduce filters (or “slicers”), and begin exploring core MDX functionality, including calculated members, and named sets.

Speaker(s):

  • William E Pearson III

Track and Room: BI-2 - N/A


Title: Find Performance Problems by Reading the Waits

Abstract: Start with a simple proposition: a process is either working or waiting. You can tune the working part, but are you seeing the whole picture? There are many different resources on which your process could be waiting - a lock, memory, disk, CPU, and much more. When a process must wait, SQL Server will log it. There are hundreds of different wait types, and they are a gold mine of data for finding and solving performance problems - and proving the changes worked. After attending this session, you will be able to gather wait stats and use them to zero in on performance issues affecting your databases. Stop guessing, start knowing!

Speaker(s):

  • Eddie Wuerch

Track and Room: DBA-1 - N/A


Title: Query Tuning - Get it Right the First Time

Abstract: Whether you are a developer or DBA, this presentation will outline a method for determining the best approach for tuning a query every time by utilizing response time analysis and SQL Diagramming techniques. Regardless of the complexity of the statement or database platform being utilized (this method works on all), this quick and systematic approach will lead you down the correct tuning path with no guessing. If you are a beginner or expert, this approach will save you countless hours tuning a query.

Speaker(s):

  • Dean Richards

Track and Room: DBA-2 - N/A


Title: A Single Sign-On BI Story: SAML Claims in SharePoi

Abstract: SharePoint 2010 offers the elusive single sign-on solution to the Microsoft BI stack. On the edge of new authorization schemes in the Enterprise, SharePoint 2010 offers a single sign-on solution via SAML Claim authentication. In this session we will run through configuring SharePoint 2010 for SAML Claims authentication using ADFS 2.0 as an Identity Provider. We will also demonstrate one solution for using Reporting Services 2008 R2 in this solution.

Speaker(s):

  • David Baldauff

Track and Room: BI-1 - N/A


Title: Leverage the MS BI Toolset to Monitor Performance

Abstract: There are many different pieces in the Microsoft BI toolset. In this session, we will take a look at all of the different pieces and utilize each of them to create a unified dashboard, where each component is being leveraged. The tools that will be utilized during this session will include SQL Server 2008, SSRS 2008, SSAS 2008, Excel 2007, Excel Services, PPS 2007, Dashboard Designer, SharePoint Server 2007 and possibly more. Goals - (1) Understanding all of the Microsoft BI components (2) Learn how all of the Microsoft components can work together (3) Provide insight and tips/tricks on leveraging the Microsoft tools

Speaker(s):

  • Dan English

Track and Room: BI-1 - N/A


Speakers

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

Kevin Kline

Contact: http://KevinEKline.com

Kevin Kline is the Director of Engineering Services at SQL Sentry. A Microsoft SQL Server MVP, Kevin is a founding board member of PASS, editor-in-chief of SQLServerPedia.com and the author of popular IT books like “SQL in a Nutshell” (O’Reilly Associates). His twitter handle is @kekline and he blogs at http://KevinEKline.com. Kevin is a top-rated speaker at industry trade shows and has been active in the IT industry for over 20 years.

Jason Strate

Twitter: - @stratesql

LinkedIn: Jason Strate

Contact: http://www.jasonstrate.com/

Jason Strate is a SQL Server Solutions Architect with Pragmatic Works. He is also a Microsoft SQL Server MVP and MCM. He has over 15 years of experience developing, architecting, and managing data platforms. Jason writes, blogs, and presents on SQL Server.

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.

Kevin Kline

Contact: http://KevinEKline.com

Kevin Kline is the Director of Engineering Services at SQL Sentry. A Microsoft SQL Server MVP, Kevin is a founding board member of PASS, editor-in-chief of SQLServerPedia.com and the author of popular IT books like “SQL in a Nutshell” (O’Reilly Associates). His twitter handle is @kekline and he blogs at http://KevinEKline.com. Kevin is a top-rated speaker at industry trade shows and has been active in the IT industry for over 20 years.

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.

Mike Benkovich

Contact: http://www.benkotips.com

Mike Benkovich delivers technical presentations around the U.S. as a developer evangelist on the Microsoft Developers Network (MSDN) team at Microsoft. He has worked in a variety of professional roles, including architect, project manager, developer, and technical writer. Mike is also an author of two books, published by WROX Press and APress, that show developers how to get the most from their SQL databases.

Jason Strate

Twitter: - @stratesql

LinkedIn: Jason Strate

Contact: http://www.jasonstrate.com/

Jason Strate is a SQL Server Solutions Architect with Pragmatic Works. He is also a Microsoft SQL Server MVP and MCM. He has over 15 years of experience developing, architecting, and managing data platforms. Jason writes, blogs, and presents on SQL Server.

Zach Mattson

Twitter: - @WIDBA

Contact: http://widba.blogspot.com

Zach Mattson is a reformed DBA turned BI Developer for Trek Bicycle Company in Waterloo, WI. Zach has spoken at multiple community events and been published several times on using Powershell for SQL Server monitoring. He now works from home full time, guarded full time by his yellow labs while developing solutions utilizing the full BI stack of Microsoft tools.

Mustafa Hussain

Contact: http://www.gnetgroup.com

Mustafa Hussain is a Sr. Solutions Architect with GNet Group. He has 12 years of experience in the Information Technology industry. Mustafa has helped several large enterprise clients implement Business Intelligence solutions using the Microsoft BI stack (SharePoint, Performance Point, ProClarity, SQL Server , SSAS,SSIS and SSRS).

Steve Hughes

Twitter: - dataonwheels

LinkedIn: Steve Hughes

Contact: http://www.dataonwheels.com

Steve Hughes is the Director of Consulting at Pragmatic Works. In his current role, Steve manages the consultant team at Pragmatic Works and directs implementation of our cloud practices for customers. He focuses on team development and company growth with this role. In his previous role as a Principal Consultant Lead, he focused designing solutions for customers on Microsoft technologies including SQL Server, Power BI, and Azure. He has been working with technology for over 20 years with much of that time spent on creating business intelligence solutions and helping customers implement leading BI and cloud solutions. He is passionate about using data effectively and helping customers understand that data is valuable and profitable.

William E Pearson III

Twitter: - @Bill_Pearson

LinkedIn: William E Pearson III

Contact: https://mvp.support.microsoft.com/profile=02C5CD07-7511-4151-A678-3A4A3451F85E

Bill Pearson created Island Technologies Inc. in 1997, and has developed a large and diverse customer base since. Bill#39;s background as a CPA, Internal Auditor, Management Accountant, and SQL Server MVP (BI) enables him to provide value to clients as a liaison between Accounting / Finance and Information Services. Bill has implemented enterprise business intelligence systems over the years for many Fortune 500 companies and focuses his practice upon the integrated Microsoft Business Intelligence

Brian Knight

Twitter: - @BrianKnight

Contact: http://www.bidn.com/people/brianknight

Brian Knight, a SQL Server MVP, MCSE, and MCDBA, is the owner and founder of Pragmatic Works. He is also the co-founder of SQLServerCentral.com, BIDN.com, and SQLShare.com. Brian runs the local SQL Server users group in Jacksonville (JSSUG), is a contributing columnist at several technical magazines, and does regular webcasts at PragmaticWorks.com. He is the author of 15 SQL Server books and a frequent speaker at conferences such as PASS Summit, SQL Connections, TechEd, and many Code Camps.

Tim Plas

Twitter: - tjplas

LinkedIn: Tim Plas

Tim is a Principal Consultant at Virteva, in Mpls MN. His current focus areas are cloud architecture / engineering / migration, operational-DBA services (esp. HA/DR), server migrations, server virtualization, and storage. His experience over the past 25+ years has been primarily with server / data-center infrastructure, including being CTO / co-founder of a successful hosting company. Tim has held a variety of MS certifications since 1994.

Ross McNeely

Contact: http://mcneelydwbi.wordpress.com

Ross McNeely, BI Practice Manager, C2 IT Solutions

Ross has presented at several SQLSaturday events in Minnesota, Wisconsin, and Iowa. Recently, Ross adds real-world examples from the Financial Services, Logistics, and Retail industries in his presentations. Regardless if you have a beginner, intermediate, or advanced skill set, Ross will provide a solid foundation for each topic he presents. Please join Ross McNeely for a fun and informative meeting.

Mark Vaillancourt

Twitter: - @markvsql

LinkedIn: Mark Vaillancourt

Contact: http://markvsql.com

Mark is a Data Solutions Architect for Microsoft, helping organizations design data solutions in Azure. He has been working with Microsoft data technologies since 2007. Before joining Microsoft, he was a Business Intelligence consultant and two-time Microsoft Data Platform MVP. With a background in Theater and Improvised Comedy, Mark makes sure that his presentations are both informative and fun.

Eddie Wuerch

Twitter: - @EddieW

LinkedIn: Eddie Wuerch

Contact: http://www.indydba.com

Eddie Wuerch has 20 years of experience as a SQL Server specialist in a much-longer IT career. A Microsoft Certified Master, Eddie spends his days in the Salesforce Marketing Cloud, focusing on performance, scale, and uptime for the massive SQL Server backend. These SQL Servers churn billions of transactions daily against trillions of rows of data in a 24x7 continuously-available online system accessed by millions worldwide every day.

Brian Knight

Twitter: - @BrianKnight

Contact: http://www.bidn.com/people/brianknight

Brian Knight, a SQL Server MVP, MCSE, and MCDBA, is the owner and founder of Pragmatic Works. He is also the co-founder of SQLServerCentral.com, BIDN.com, and SQLShare.com. Brian runs the local SQL Server users group in Jacksonville (JSSUG), is a contributing columnist at several technical magazines, and does regular webcasts at PragmaticWorks.com. He is the author of 15 SQL Server books and a frequent speaker at conferences such as PASS Summit, SQL Connections, TechEd, and many Code Camps.

Eric Strom

Contact: http://www.rbaconsulting.com

Eric Strom is a Database Consultant at RBA Consulting and is a member of the Minnesota PASS Board. He has been working with computers for 12 years and has been a SQL Server DBA for 9. His passion is with performance tuning and troubleshooting. Eric studied database theory at the University of Minnesota to earn a B.S. in Computer Science. He loves exchanging ideas with peers and is always looking for a good discussion.

Tim Plas

Twitter: - tjplas

LinkedIn: Tim Plas

Tim is a Principal Consultant at Virteva, in Mpls MN. His current focus areas are cloud architecture / engineering / migration, operational-DBA services (esp. HA/DR), server migrations, server virtualization, and storage. His experience over the past 25+ years has been primarily with server / data-center infrastructure, including being CTO / co-founder of a successful hosting company. Tim has held a variety of MS certifications since 1994.

Brian Larson

Twitter: - @Brian_Larson

LinkedIn: Brian Larson

Contact: http://sqlmag.com/author/brian-larson

Brian Larson is Chief Creative Officer/Partner at Superior Consulting Services and has presented at SQL Server Connections, PASS Summit, and the Microsoft BI Conference. As a consultant to Microsoft, Brian contributed to the original code base of Reporting Services. Brian is the author of “Microsoft SQL Server 2016 Reporting Services: 5th Edition” and “Delivering Business Intelligence with SQL Server 2016: 4th Edition”, as well as the forthcoming “Data Analysis with Microsoft Power BI.”

Eric Zierdt

Twitter: - @EricZierdt

LinkedIn: Eric Zierdt

Contact: http://ericemployed.blogspot.com

Eric is a level 70 Data Slayer, who has worked with SQL Server since 2000. Eric has worked with benefit systems, real estate data, marketing, game data, and medical device data. Eric enjoys performance tuning, T-SQL programming, and SQL Server Administration.

Dan English

Twitter: - @denglishbi

LinkedIn: Dan English

Contact: http://denglishbi.wordpress.com

Dan is a Microsoft Data Platform MVP, author, technical editor, and community leader. He has been developing with Microsoft technologies for over 20 years, and over 15 years with Data Warehousing and Business Intelligence. He has been working with SQL Server since version 6.5 and now using 2017 and in Azure. Dan is the chapter leader for the PASS Business Analytics virtual group and on the executive leadership team for the MN Microsoft BI user group.

William E Pearson III

Twitter: - @Bill_Pearson

LinkedIn: William E Pearson III

Contact: https://mvp.support.microsoft.com/profile=02C5CD07-7511-4151-A678-3A4A3451F85E

Bill Pearson created Island Technologies Inc. in 1997, and has developed a large and diverse customer base since. Bill#39;s background as a CPA, Internal Auditor, Management Accountant, and SQL Server MVP (BI) enables him to provide value to clients as a liaison between Accounting / Finance and Information Services. Bill has implemented enterprise business intelligence systems over the years for many Fortune 500 companies and focuses his practice upon the integrated Microsoft Business Intelligence

Bill Preachuk

Bill Preachuk, for one, welcomes the advances of our Hadoop Overlords. He is a SQL Server MCTS, and is employed as a DBA/Data Warehouse Designer at Emergent Networks. Bill has been in IT since 1991 and has presented at prior SQLSaturday events in the Twin Cities and Iowa.

Ben Thul

Twitter: - @spartansql

Contact: http://www.spartansql.com

Born naked and defenseless, he overcame these obstacles to become a mender of broken things, seeker of magic rings, and occasional watcher of slow pings.

Dean Richards

LinkedIn: Dean Richards

Dean Richards is a Senior DBA for DBMS Insights and has helped hundreds of companies solve database and virtualization performance issues. Dean has over 20 years of experience in both development and database administration and has focused his entire career on performance tuning of Oracle and SQL Server environments. Most recently Dean has focused on the trend to virtualize and move databases to the cloud.

David Baldauff

David Baldauff has been developing software and IT solutions for over 16 years. David is a Business Intelligence consultant with Avanade in the Twin Cities, a Microsoft Gold Partner jointly owned by Microsoft and Accenture. David has spoken at local PASS, national PASS, other local conferences and more. David has also authored a course on Integration Services and contributed to a Microsoft whitepaper on SQL Server 2005/2008 enterprise features.

Mike Benkovich

Contact: http://www.benkotips.com

Mike Benkovich delivers technical presentations around the U.S. as a developer evangelist on the Microsoft Developers Network (MSDN) team at Microsoft. He has worked in a variety of professional roles, including architect, project manager, developer, and technical writer. Mike is also an author of two books, published by WROX Press and APress, that show developers how to get the most from their SQL databases.

Gilbert Evans

Contact: http://www.swiftknowledge.com

As vice president of product development, Gilbert Evans is responsible for SwiftKnowledge’s overall product development direction and related engineering efforts, including design, documentation and quality assurance (QA). Evans joined SwiftKnowledge in 2000 to develop and implement the company’s QA efforts for its version 1.0 release; since that time, he has played a key role in defining and developing SwiftKnowledge’s BI product lines and associated engineering efforts.

Eddie Wuerch

Twitter: - @EddieW

LinkedIn: Eddie Wuerch

Contact: http://www.indydba.com

Eddie Wuerch has 20 years of experience as a SQL Server specialist in a much-longer IT career. A Microsoft Certified Master, Eddie spends his days in the Salesforce Marketing Cloud, focusing on performance, scale, and uptime for the massive SQL Server backend. These SQL Servers churn billions of transactions daily against trillions of rows of data in a 24x7 continuously-available online system accessed by millions worldwide every day.

Sponsors

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

Back to the SQLSaturday Event List

Back to the home page