SQLSaturday #831 - South Island NZ 2019

Event Date: 06/08/2019 00:00:00

Event Location:

  • Ara Institute of Canterbury
  • 130 Madras Street
  • Christchurch, Canterbury, New Zealand

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: Tame Your Unruly Data With Constraints

Abstract: Bad data comes in many forms: duplicate rows, wrong data type, invalid values, and orphaned or missing foreign keys. Time is wasted cleansing, reviewing and correcting data, not to mention the potential hazards bad data can cause. This introductory presentation will explain the data types and constraints available in SQL Server, and how they can replace or augment business rules that would otherwise be written in application or procedure code. Performance benefits provided by constraints will be demonstrated. We will examine the various system views and procedures that describe constraints and how to use them to document your databases. You will be able to apply this knowledge to your database environments and see significant improvements in data quality, performance, and reliability.

Speaker(s):

  • Rob Volk

Track and Room: Application Database Development - N205


Title: dbatools 1.0 - Updated, Cross Platform and ready for Production use.

Abstract: The open source DBA Tools module from DBATools.IO was first released to PowerShell gallery on May 15 2016

In February 2019 the production ready 1.0 release is expected.

With more than 500+ commands, a comprehensive help system and coverage for almost all core Dba tasks knowledge of this PowerShell module should be required for any database professional that needs to use or support one or more SQL Server instances

In this session we will take a short look at the history of the module but will spend majority of time in examples of how it can be used to solve many common Database management tasks.

No prior experience with Powershell required!

Speaker(s):

  • Patrick Flynn

Track and Room: Enterprise Database Administration Deployment - N205


Title: Smart Alerts in SQL DB using Automation and Logic Apps

Abstract: If you’ve played with Azure SQL DB, you’ll know that there is no SQL Agent provided with the service.

Fortunately there’s options available to get over this hurdle such as Azure Automation which can be used as a scheduling engine to run PowerShell or Python scripts to perform your tasks. However, Azure Automation Runbooks can also be triggered from Azure SQL DB alerts.

This session will introduce Azure Automation, from a basic manually executed Runbook to an alert-driven responsive utility that can save you considerable effort.

We’ll then take our Alert responses a step further and use them to trigger an Azure Logic App workflow. Azure Logic Apps provide a robust workspace with built-in scalability and retry logic for your workflow along with many connectors which can expand the response to your alert.

Imagine capturing an Alert, performing remedial action, logging the issue response in your ticketing system and switching on the kettle for a cuppa while Azure does all the work.

Speaker(s):

  • Martin Cairney

Track and Room: Enterprise Database Administration Deployment - N202


Title: Ten Query Tuning Techniques Every SQL Programmer Should Know

Abstract: SELECT statements have a reputation for being very easy to write, but hard to write very well. This session will take you through ten of the most problematic patterns and anti-patterns when writing queries and how to deal with them all. Loaded with live demonstrations and useful techniques, this session will teach you how to take your SQL Server queries mundane to masterful.

Goal 1: Implement a reusable Transact-SQL test harness for reliable query results. Goal 2: Learn ten patterns that kill the performance of SELECT statements and how to avoid them. Goal 3: Discover the high-impact metadata that shows how a SELECT statement behaves … or misbehaves.

Attend this session to take your query writing and query tuning skills to the next level!

Speaker(s):

  • Kevin Kline

Track and Room: Application Database Development - N202


Title: Provisioning Dev/Test environments efficiently (speed/storage) whilst protecting your data

Abstract: As data professionals, we need to aim towards the most efficient way of provisioning production data to non-production environments while remaining compliant with data protection regulations. We also need to make sure that this process is performed as quickly as possible and at the same time ensuring that it uses the least amount of storage.

With the effective usage of virtualization and data masking capabilities, provisioning full copies of protected databases takes a few seconds and saves up to 99% disk space. SQL Provision helps create, protect and manage SQL Server database copies for compliant DevOps without increasing the risk of a data breaches.

On this session we will learn how to:

  • Protec our data and Easily comply with regulations
  • Create cloned databases (fast and with minimum storage requirements)
  • Automate the provisioning process.

SQL Provision supports database DevOps while keeping compliance central to the process.

Speaker(s):

  • Anderson Rangel

Track and Room: Strategy and Architecture - N406


Title: Enterprise Big Data Analytics using Azure Data Lake Storage Gen2

Abstract: Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake solution for big data analytics. Data Lake Storage Gen2 makes Azure Storage the foundation for building enterprise data lakes on Azure. Data Lake Storage Gen2 allows you to easily manage massive amounts of data. In this session you will learn • How to ingest structured and unstructured data into Azure Data Lake Storage Gen2? • How to access Azure Data Lake Storage Gen2 data with Azure Data Bricks using Spark? • How to secure data in Azure Data Lake Storage Gen2? At the end of the session you will learn how to implement end to end Analytics for a modern Data Warehouse using Azure Data Lake Storage Gen2.

Speaker(s):

  • Anupama Natarajan

Track and Room: Analytics and Visualization - N405


Title: MDS from the ground up - let your users maintain their data?

Abstract: Come learn about how Master Data Services (MDS) can help your data journey, from governance and data quality through to integration into operational and analytical solutions (warehouse) and beyond. Eliminate data sprawl, while using the same tools business users already love - Excel! Let’s talk about how MDS puts data management in the hands of those who understand the data best. Areas covered will include;

  • What is MDS?
  • What business need does MDS address?
  • Creating your first MDS solution.
  • How to enforce Data Quality?
  • What are the governance benefits (who/what/when to data changes)?
  • How can it be integrated into existing solutions?

Speaker(s):

  • Heidi Hasting

Track and Room: BI Platform Architecture, Development Administration - N405


Title: Azure Data Factory - An overview of modern data integration service in the cloud

Abstract: In the world of big data, there is a high demand for dealing with NoSQL, non-relational, and unstructured data. There is a huge amount of valuable information hidden which needs to be excavated, integrated, analysed, and proccessed for business decision makers. Big data requires service that can orchestrate and operationalise processes to refine these enormous stores of raw data into actionable business insights. Azure Data Factory is the perfect cloud ETL or ELT tool for those complex hybrid business data scenarios. The session will walk you through an Azure Data Factory overview of WHY-WHAT-HOW process. All levels of technical backgrounds are welcome.

Speaker(s):

  • Yingying Myra Ma

Track and Room: Cloud Application Development Deployment - N202


Title: SQL Server 2019 - Modern Migration Tour Part 2

Abstract: This Modern Migration Tour session is a free training event for Microsoft Data professionals and those wanting to learn about SQL Server, Business Intelligence and Analytics.

End of support for SQL Server 2008 is almost here (ends in July!), which means it’s time to take flight on your migration strategy. But, do you have a plan in place? What approach should you take to ensure a smooth transition? To guide you through these questions, PASS, Microsoft, and Intel® have teamed up for a series of expert-led events, giving you all the tools you need to get to the final destination—a modern data platform. Not only will you receive insightful views on migration, but you’ll also walk away with an actionable plan for the year ahead. Please register at:

https://www.eventbrite.ca/e/modern-migration-tour-2019-christchurch-new-zealand-tickets-62009350637

Speaker(s):

  • Hamish Watson

Track and Room: Enterprise Database Administration Deployment - N410


Title: SQL Server 2019 - Modern Migration Tour Part 1

Abstract: This Modern Migration Tour session is a free training event for Microsoft Data professionals and those wanting to learn about SQL Server, Business Intelligence and Analytics.

End of support for SQL Server 2008 is almost here (ends in July!), which means it’s time to take flight on your migration strategy. But, do you have a plan in place? What approach should you take to ensure a smooth transition? To guide you through these questions, PASS, Microsoft, and Intel® have teamed up for a series of expert-led events, giving you all the tools you need to get to the final destination—a modern data platform. Not only will you receive insightful views on migration, but you’ll also walk away with an actionable plan for the year ahead. Please register at:

https://www.eventbrite.ca/e/modern-migration-tour-2019-christchurch-new-zealand-tickets-62009350637

Speaker(s):

  • Hamish Watson

Track and Room: Enterprise Database Administration Deployment - N410


Title: Bridging the gap between SSRS and Power BI

Abstract: Traditionally, SSRS is used for paginated reports which gives flexibility like drill through reports, subscriptions and print formatting. With Power BI the reports are now more interactive and dynamic. There are still few gaps between these two platforms which are built to purpose. This gap is getting smaller as features are ported between these two platforms. In this session I will be going through various features which are bridging these gaps and point out the differences. These are significant and can affect your decision in choosing the right platform which will fit your needs.

Speaker(s):

  • Manohar Punna

Track and Room: Strategy and Architecture - N205


Title: Demystifying Encryption

Abstract: With the release of the GDPR regulations and similar global standards security is finally becoming the focus it always should have been. Businesses are now able to put a number on how much a data breach will cost them…and that number is big enough to put many firms out of business.
In this session we’ll talk about the various ways you can implement Encryptian natively within SQL Server - with Backup Encryption, Transparent Data Encryption(TDE), AlwaysEncrypted, and connection encryption

Speaker(s):

  • Rob Douglas

Track and Room: Strategy and Architecture - N406


Title: Configuring your SQLServer optimally on VMWare

Abstract: Are you thinking about virtualising your SQL Server environment? Mis-configuring your SQL Servers can have a detrimental effect on your performance and availability. In this session Warwick will introduce you to what VMWare supports and give you some recommended practices to implement in your environment.

Speaker(s):

  • Warwick Rudd

Track and Room: Enterprise Database Administration Deployment - N205


Title: Bring vision to your Apps with PowerApps, Cognitive Services, Flow… and SQL Server

Abstract: In this session, you’ll glimpse the future, seeing how easy it is to incorporate AI into your Apps and solutions. The focus will be on computer vision with live demonstrations of the analysis of objects, text, faces and even emotion! The session will give an overview of setting up the services and the code required to build AI-powered Apps (step by step guides are available in the accompanying YouTube video series).

Speaker(s):

  • Paul O’Flaherty

Track and Room: Application Database Development - N406


Title: The Massively Parallel Processing Azure SQL Data Warehouse

Abstract: Azure SQL Data Warehouse is a flexible data warehouse-as-a-service product. It is an enterprise level big data solution as it is massively parallel processing as compared to traditional Symmetric Multi-Processing system. In this session, we will look at implementing Azure SQL DW, its architecture and also the collaboration with other hybrid solutions like Event hubs and Polybase.

Speaker(s):

  • Manjot Kaur

Track and Room: BI Platform Architecture, Development Administration - N405


Title: Survival Techniques for Lone DBA

Abstract: Are you the only database person at your company? Are you both the DBA and the Developer? Being the only data professional in an environment can seem overwhelming, daunting, and darn near impossible sometimes. However, it can also be extremely rewarding and empowering. This session will cover how you can keep your sanity, get stuff done. When you finish this session, you’ll know what you can do to make your job easier, where to find help, and how to still be able to advance and enrich your career.

Speaker(s):

  • Tejaswi Datla

Track and Room: Strategy and Architecture - N205


Title: Fundamentals of Blockchain Azure Blockchain Workbench

Abstract: What is Blockchain? What does it offer? Are we ready to implement it? Where can we start?

This session will provide you with the answers for each one of these questions. We will jump into Azure Blockchain Workbench to learn about this cloud service, its key benefits and the basics to start your journey as a blockchain developer.

Speaker(s):

  • David Alzamendi

Track and Room: Cloud Application Development Deployment - N202


Title: Technologies to Watch: A Gaze into Greg’s Crystal Ball

Abstract: Last year, Greg delivered a session on technologies that fascinate a technologist as the keynote for SQLSaturday Auckland. People were raving about it afterwards and wanted to see a longer version of it. This is a longer and updated version of that keynote. Greg dives into technologies that fascinate him, that he thinks will fascinate you, and that he thinks will fundamentally alter the world. He looks into how they are likely to change work as we know it today. Come and be intrigued and inspired.

Speaker(s):

  • Greg Low

Track and Room: Professional Development - N410


Title: Top 10 tips every Power BI developer should know

Abstract: In this session, I will be sharing 10 tips that everyone should know. I am sure everyone will learn a few things that they didn’t know. I will be going through webscraping tips, adding a few dynamic things to improve your reports etc.

Speaker(s):

  • Indira Bandari

Track and Room: Analytics and Visualization - N405


Title: Always Encrypted in SQL Server

Abstract: Always Encrypted was added to SQL Server 2016 and is being enhanced in SQL Server 2019 to easily allow developers and DBAs to protect their data with strong encryption. Come learn how to design and implement Always Encrypted, including a discussion of the requirements, capabilities, and limitations for your environment. We will discuss the places where this encryption mechanism makes sense while showing the ease with which this can be added to an application while providing the potential architectural issues you may encounter.

Speaker(s):

  • Steve Jones

Track and Room: Application Database Development - N406


Title: Azure Data Studio – The New Frontier

Abstract: Azure Data Studio is no longer the new kid on the block. How many of you have used Azure Data Studio? In this session we will take you on a journey introducing you to Azure Data Studio so that you can understand the ins and outs and when you should consider using Azure Data Studio in place of SQL Server Management Studio. In this demo heavy session we will look at how productive you can be with Azure Data studio and some of the features that are not available in SQL Server Management Studio.

Speaker(s):

  • Warwick Rudd

Track and Room: Enterprise Database Administration Deployment - N205


Title: Power BI Basic: Introduction to DAX

Abstract: What is DAX all about? Come to this session to learn about Calculated Column, Measure, and Calculated Tables and their differences. You will learn about the basics of language. You will learn about Filter functions, table functions, and iterators. You will learn about what is the difference between SUM and SUMX and many other scenarios.

Speaker(s):

  • Reza Rad

Track and Room: BI Information Delivery - N202


Title: It’s a Trap! SQL Server Gotcha’s

Abstract: SQL Server has so many wonderful features, but some have little known performance implications. In this session we’ll look examples of these performance “landmines” and show how they can be avoided.

This session is for anyone who writes TSQL or has to troubleshoot SQL performance .

Speaker(s):

  • Craig Ryan

Track and Room: Application Database Development - N405


Title: Improved data models; what you need to increase the usability and speed of Power BI reports

Abstract: Power BI is a great tool for ad-hoc analysis, but without considering the final purpose of the report, this will lead to poorly designed data models that replicate the tables structured from the source data. To ensure great usability, performance, adaptability and scalability, you need to apply some basic data modelling practices to your Power BI models. In this session, we will discuss: • How to interpret business peoples requirements to conceptualise the model • Planned development with tables structured in a star schema • Organisation-wide conformed dimensions • Moreover, how to apply all this theory to your actual models

Speaker(s):

  • Kelly Broekstra

Track and Room: BI Information Delivery - N410


Title: Virtualizing SQL Server

Abstract: An overview of what you need to do to virtualize SQL Server

Speaker(s):

  • Marsha Pierce

Track and Room: Enterprise Database Administration Deployment - N406


Title: Looking at the Cosmos(DB)

Abstract: Azure Cosmos DB is Microsoft’s Globally Distributed, Multi-Model database service. Transparently scaling across multiple Azure regions, Cosmos DB provides for many API’s including MongoDB, Cassandra, Gremlin and SQL. It offers multiple consistency models and guarantees uptime or 5 9’s.

In this session we’ll take a look at this technology and learn how it might be useful – either now or in the future.

Speaker(s):

  • Martin Catherall

Track and Room: Cloud Application Development Deployment - N406


Speakers

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

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.

Kelly Broekstra

Twitter: - kellybroekstra

LinkedIn: Kelly Broekstra

Kelly is an Information Management, Business Intelligence, and Project Management specialist with over fifteen years’ experience in data warehouse development and a passion for understanding a client’s need to create the most fit for purpose solution achievable. Kelly has considerable practice utilising and adapting best practice principles to extensive BI and data warehousing projects at large and small organisations. Her desire for simplifying the development process while providing the best solution for the client is perfectly suited to the fast-moving BI world.

Warwick Rudd

Twitter: - @warwick_Rudd

LinkedIn: Warwick Rudd

Contact: http://www.sqlmastersconsulting.com.au/Blog

Warwick Rudd is a Microsoft Certified Master – SQL Server 2008 and Principal Consultant at SQL Master Consulting. He is a frequent speaker at local SQL Server User Groups and SQLSaturday events in Australia. When not playing with the SQL stack, Warwick likes to get away to the cold and spend time snowboarding.

Anderson Rangel

LinkedIn: Anderson Rangel

An experienced Data Platform professional with over 14 years’ experience managing complex SQL Server environments on behalf of ASX-listed, private and public organisations across Australia.

Using a consultative approach, I specialize in helping organisations unlock the value in their business data, architecting tailored solutions using the Microsoft Data Platform.

I am business oriented with an intrinsic technical mindset. I am passionate about collaborating with people to drive results using technology.

Manjot Kaur

I have been working with SQL server for over 10 years. I have been an internal DBA and a consultant. I am passionate about automation, cloud technologies, performance tuning and learning SQL internals. In my free time I love to read, playing with my toddler and trying my hands on new recipes.

Paul O’Flaherty

Twitter: - @PaulDOFlaherty

LinkedIn: Paul O’Flaherty

Contact: https://www.youtube.com/channel/UCnUwvZBeu4P_desNZthZWiA

Paul has worked in Database/Application development for over 25 years with Access, SQL Server, SharePoint and now PowerApps/Flow, in the UK, Middle East and now New Zealand. Paul’s focus is on ‘department scale’ solutions, using technology to simplify and automate common business tasks. Recently, Paul has been looking at AI and how it can be incorporated into small scale solutions.

Indira Bandari

Twitter: - indirabandari

LinkedIn: Indira Bandari

Contact: http://mytechlearning.blogspot.co.nz/

Indira is a Microsoft Data Platform MVP in New Zealand. She has a Masters degree in Statistics and is passionate about data, analytics and Artificial Intelligence. She is a BI and SQL Lead, an international speaker, mentor and part time trainer with over 15 years of experience in designing and developing data warehouses and analytical solutions.
Volunteering and sharing her knowledge is her passion. In her pass time, she runs free game development classes, database concepts and data visualization classes for 9-16 year old kids. She is a Co-organiser for Data, Insights and Power BI User Group , Auckland AI Meetup Group and SQLSaturday Auckland. She speaks at various conferences, Virtual Webinars, PASS events etc

Rob Volk

Twitter: - sql_r

LinkedIn: Rob Volk

Contact: http://weblogs.sqlteam.com/robv/

Rob Volk is a SQL Server DBA in the Metro Atlanta area since 2001. He also moderates and answers the forums on SQLTeam.com. While an old-time cranky DBA, he no longer considers quot;business intelligencequot; an oxymoron or quot;the cloudquot; as merely atmospheric moisture, and is delightedly dipping his toes into both of these new oceans, and loves to do things in new and and unusual ways.

Manohar Punna

Twitter: - ManuSQLGeek

LinkedIn: Manohar Punna

Contact: http://www.sqlservergeeks.com/author/manoharpunna/

Manohar Punna is an Data Platform Geek and Vice President of DataPlatformGeeks by passion and a Data Platform Consultant by profession. He is a speaker at various conferences like PASS Summit, SQLBits, DPS. He has authored over 150 blogs and has written a One DMV a Day series which is a longest one day series on any topic on SQL Server till date. Manohar is a product of this community and strongly believes in giving back to the community. So, ask him anything you would like to know and he is happy to learn it with you.

Martin Catherall

Twitter: - MartyCatherall

LinkedIn: Martin Catherall

Contact: http://martincatherall.com

Martin is a data consultant in Melbourne, Australia, a Microsoft Data Platform MVP, and PASS Regional Mentor for the Asia Pacific (APAC) region. Martin founded the Christchurch, New Zealand PASS Local Group and lead the group for a number of years before relocating to Melbourne. He has been using SQL Server in various roles since 2000. In addition to anything data related, he enjoys playing the guitar and having fun with his family.

Hamish Watson

Twitter: - theHybridDBA

LinkedIn: Hamish Watson

Contact: http://www.sqlservercentral.com/blogs/the-hybrid-dbas-blog/

Hamish Watson is a Microsoft Data Platform MVP and VMware Expert with a passion for efficient database and application deployment using DevOps methodologies.

He has 20+ years of IT experience in managing and deploying large scale databases on SQL Server technologies.

He has been managing SQL Server since SQL Server 2000, and pragmatic approaches to delivering business value to clients is his career passion.

Educating and helping others learn is a driver for Hamish. He is a Director-At-Large on the PASS Board, international speaker, and a repeat guest lecturer at a local university.

Warwick Rudd

Twitter: - @warwick_Rudd

LinkedIn: Warwick Rudd

Contact: http://www.sqlmastersconsulting.com.au/Blog

Warwick Rudd is a Microsoft Certified Master – SQL Server 2008 and Principal Consultant at SQL Master Consulting. He is a frequent speaker at local SQL Server User Groups and SQLSaturday events in Australia. When not playing with the SQL stack, Warwick likes to get away to the cold and spend time snowboarding.

Heidi Hasting

Twitter: - heidihasting

LinkedIn: Heidi Hasting

Heidi Hasting is a Business Intelligence professional and former software developer with over seven years experience in Microsoft products. She is an ALM/DLM enthusiast and Azure DevOps fan and co-founder and organiser of the Adelaide Power BI User Group. Heidi is a regular attendee at tech events including Azure Bootcamps, DevOps days, SQLSaturdays, Difinity and PASS Summit.

Anupama Natarajan

Twitter: - @shantha05

LinkedIn: Anupama Natarajan

Contact: http://www.anupamanatarajan.com

Anu Natarajan is a Data and AI Consultant with 15+ years of experience working in design and development of Data Warehouse, Business Intelligence, AI enabled applications, and SaaS integrated solutions. Anu is a Microsoft MVP Data Platform, Microsoft Certified Trainer and passionate in sharing knowledge. She loves solving complex business problems with innovative solutions using technologies. Anu also speaks at conferences including PASS Summit, SQLSaturdays, Data Platform Summit, Difinity, and she organizes local user group meetups.

Kevin Kline

Twitter: - kekline

LinkedIn: Kevin Kline

Contact: http://blogs.sentryone.com/author/kevinkline

Kevin Kline is a database and industry expert serving as Principal Program Manager at SentryOne, the industry leading SQL Server database tools vendor. A Microsoft SQL Server MVP since 2003, he is a founder and former president of PASS. Kevin is an author of many books, blogger, columnist, and popular international speaker. Kevin’s best known book is the best-selling SQL in a Nutshell and contributes monthly to Database Trends Applications magazine. He tweets at @kekline and blogs at http://Blogs.SQLSentry.com/Author/KevinKline.

Reza Rad

Twitter: - Rad_Reza

LinkedIn: Reza Rad

Contact: http://radacad.com/blog

Reza Rad is a Microsoft Regional Director, MVP, author, trainer, speaker and consultant. He is a Microsoft Data Platform MVP for nine years from 2011. Reza wrote many books on Power BI subjects including the Power BI from Rookie to Rock Star, and Pro Power BI Architecture. Reza is the invited speaker at the world’s well-known conferences such as Microsoft Ignite, Microsoft Business Applications Summit, Ignite Tour, PASS Summit, and many other conferences. Reza is an active blogger and writes regularly about Power BI at https://radacad.com.

Rob Douglas

Twitter: - Rob_DouglasNZ

LinkedIn: Rob Douglas

Contact: http://www.gumption.co.nz

Robs SQL history started as a remote DBA, branched into consultancy and now includes providing SQL Solutions to a variety of businesses, government departments and banks throughout Australia and New Zealand using a variety of native SQL solutions to meet their performance, higher availability and Disaster Recovery needs.

Craig Ryan

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

LinkedIn: Craig Ryan

Craig Ryan is an independent SQL Server Consultant and has been working with SQL Server since 1998. Craig works with several Christchurch software companies helping them develop high performance SQL Servers.

Martin Cairney

Twitter: - martin_cairney

LinkedIn: Martin Cairney

Martin has 20 years’ experience in SQL Server technologies. His experience spans both the Database Engine and infrastructure requirements, and Data Warehousing and BI implementations. He has worked across many industry sectors including London’s global financial institutions and both State and Federal Government Departments. He is a SQL Server MVP, MCT and an experienced conference presenter, having presented at PASS Summit, SQLBits, and SQLSaturday events and User Groups round the world

Tejaswi Datla

LinkedIn: Tejaswi Datla

Contact: https://tejaswidatla.blogspot.com/

Working as a SQL Server DBA and Report Writer at WineWorks Auckland. I like solving data problems and making systems more available and reliable.

Yingying Myra Ma

LinkedIn: Yingying Myra Ma

(Edit it later)

Greg Low

Twitter: - greglow

LinkedIn: Greg Low

Contact: http://blog.greglow.com

Greg Low is well-known in the SQL Server community as a mentor, trainer, author, and community leader. He is a certified master for SQL Server, was an instructor in that program, and holds a PhD in Computer Science. Microsoft often calls on Greg to develop data-related content, and to train their staff. He regularly speaks at tier-one conferences internationally. Greg is best known for his SQL Down Under podcast, SDU Tools, and his eBooks and whitepapers. He heads up a boutique consultancy called SQL Down Under in Melbourne Australia. Greg has been awarded as an MVP since 2001.

David Alzamendi

Twitter: - techtalkcorner

LinkedIn: David Alzamendi

Contact: https://www.techtalkcorner.com

Delivering Business Intelligence and Data Analytics Solutions with On-Premises and Cloud technologies since 2011, David Alzamendi is a Microsoft Certified Solutions Expert and event speaker who solves problems with best practice procedures and the latest technology.

David is passionate about the positive impact data can have on our lives, businesses, economy and the environment. He prides himself on using his creativity and optimism to solve what others thought impossible.

Hamish Watson

Twitter: - theHybridDBA

LinkedIn: Hamish Watson

Contact: http://www.sqlservercentral.com/blogs/the-hybrid-dbas-blog/

Hamish Watson is a Microsoft Data Platform MVP and VMware Expert with a passion for efficient database and application deployment using DevOps methodologies.

He has 20+ years of IT experience in managing and deploying large scale databases on SQL Server technologies.

He has been managing SQL Server since SQL Server 2000, and pragmatic approaches to delivering business value to clients is his career passion.

Educating and helping others learn is a driver for Hamish. He is a Director-At-Large on the PASS Board, international speaker, and a repeat guest lecturer at a local university.

Patrick Flynn

Twitter: - sqllensman

Contact: http://sqllensman.com/blog/

Patrick Flynn is a Senior Database Administrator with 10 years experience in large 24 x 7 enterprise environments. He is a certified master for SQL Server and a regular attendee of the PASS Summit.

Has presented at SQLSaturday events in Sydney, Melbourne, Brisbane and Auckland, Edmonton and Calgary, Oslo and Cambridge

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.

Sponsors

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

Back to the SQLSaturday Event List

Back to the home page