Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Database Design & Development SQL Server

Boost SQL Server Database Performance with In-Memory OLTP

Learn how to use the powerful In-Memory OLTP Engine in SQL Server for improving database performance
Rating: 4.4 out of 54.4 (17 ratings)
52 students
Created by Artemakis Artemiou
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • How to Use In-Memory OLTP for Boosting the Performance of your Data Processes
  • What is the In-Memory OLTP Engine in SQL Server
  • What are Memory-Optimized Tables
  • What are Natively-Compiled Stored Procedures
  • How to Migrate to In-Memory OLTP

Course content

8 sections • 35 lectures • 2h 37m total length

  • Preview03:55
  • Preview03:17
  • Best-Suited Workload Types for In-Memory OLTP
    02:46
  • Limitations of In-Memory OLTP in SQL Server
    02:15
  • Preview01:38
  • Section Recap
    01:43
  • Introduction
    4 questions

  • Section Overview
    00:48
  • Requirements for Enabling In-Memory OLTP in SQL Server
    03:44
  • Preview05:48
  • In-Memory OLTP T-SQL Limitations
    03:48
  • Section Recap
    01:39
  • Enabling In-Memory OLTP in SQL Server
    4 questions

  • Section Overview
    01:54
  • What are Memory-Optimized Tables in SQL Server?
    04:58
  • Creating a Non-Durable Memory-Optimized Table
    04:43
  • Preview04:30
  • Let’s Compare the Performance Between Disk-Based and Memory Optimized Tables
    08:13
  • Section Recap
    01:27
  • Memory-Optimized Tables
    4 questions

  • Section Overview
    01:33
  • Preview02:39
  • Creating a Natively-Compiled Stored Procedure in SQL Server
    04:26
  • Performance of Disk-Based vs Memory Optimized Tables vs Natively Compiled SPs
    09:09
  • Section Recap
    01:48
  • Natively-Compiled Stored Procedures
    4 questions

  • Section Overview
    02:08
  • Migrating your Databases to In-Memory OLTP: The Right Candidates
    07:45
  • Preview01:14
  • Ways of Estimating if You Can Benefit from In-Memory OLTP
    13:08
  • Section Recap
    02:31
  • Improving SQL Server Performance Using In-Memory OLTP
    4 questions

  • Section Overview
    01:50
  • About our Test Environment
    01:39
  • Scenario: Import Text File of 100K Records
    09:57
  • Scenario: Update Single Column in Table with 100K Records
    11:00
  • Scenario: Run Aggregation on a Table with 100K Records
    13:40
  • Section Recap
    03:12
  • Examples of Using SQL Server In-Memory OLTP
    2 questions

  • What Have you Learned in this Course?
    05:55
  • Boost SQL Server Database Performance with In-Memory OLTP
    15 questions

  • Bonus Lecture
    07:12

Requirements

  • Basic knowledge of SQL Server and database principles

Description

In this course you will learn all about SQL Server's In-Memory Database Processing Engine also known as In-Memory OLTP. To this end, you will learn how to enable In-Memory OLTP in SQL Server, what memory-optimized tables and natively-compiled stored procedures are, as well as, how to boost the performance of your data processes using this powerful SQL Server feature.

In-Memory OLTP, is SQL Server's Database In-Memory Processing Engine, seamlessly integrated into its Database Engine. With its two main components, that is memory-optimized tables and natively-compiled stored procedures, In-Memory OLTP can help you achieve significant performance improvements and speedups for many of your data processes.

In-Memory OLTP was originally shipped with SQL Server 2014 but was significantly enhanced in SQL Server 2016 and later. From SQL Server 2016 SP1 and later, In-Memory OLTP is available for use in all editions of SQL Server (besides the LocalDB edition), which is something that makes it a must, to at least try this great feature in SQL Server.

Especially now, in this data-driven era we live in, where business decisions and many other areas depend on the fast analysis of large sets of data, maintaining a low latency for your data processes is critical. SQL Server's In-Memory OLTP Engine can help with that.

Via my course "Boost SQL Server Database Performance with In-Memory OLTP", you will get introduced to SQL Server In-Memory OLTP and you will learn how to start using it fast and easy. Since In-Memory OLTP is integrated into SQL Server's Database Engine, it is very easy to start using it. By the time you work with memory-optimized tables and natively-compiled stored procedures via the well-known T-SQL, it makes it easy to start using memory-optimized tables and natively-compiled stored procedures too. Via my course, I provide all the necessary knowledge and hands-on guides, that will help you start using In-Memory OLTP and realize its huge potential when it comes to significantly improving the performance of your data processes.


AFTER THE COURSE YOU WILL KNOW:

  • What is the In-Memory OLTP Engine in SQL Server and how it works

  • What Memory-Optimized Tables are and which are their main characteristics

  • What Natively-Compiled Stored Procedures are and how they work

  • How to Use In-Memory OLTP for Boosting the Performance of your Data Processes, by utilizing memory-optimized tables and natively-compiled stored procedures

  • How to migrate your data processes to In-Memory OLTP

    • How to find the right candidate databases, data processes and tables for migrating it to In-Memory OLTP 

    • How to analyze your tables and stored procedures prior to planning their migration to In-Memory OLTP

    • Ways to estimate if your workload's performance can benefit from In-Memory OLTP


PREREQUISITES:

  • Basic knowledge of SQL Server and data principles


THIS COURSE CONTAINS/OFFERS:

  • 2.5 hours of high-quality video

  • Live demonstrations and hands-on guides

  • Useful quizzes for testing your knowledge on each section

  • Many downloadable resources (i.e. summaries and T-SQL scripts)

  • A practice test in the end of the course

  • Ability to ask the instructor questions via the Q&A section

  • Certificate on course completion

Who this course is for:

  • SQL Server DBAs, Engineers & Architects that want to learn more about SQL Server In-Memory OLTP and how they can use it, for significantly improving the performance of their data processes.
  • SQL Server Developers who want to learn how they can improve the performance of their ETL processes by utilizing In-Memory OLTP in SQL Server.

Instructor

Artemakis Artemiou
Award-Winning Database Expert, Trainer, Author, Speaker.
Artemakis Artemiou
  • 4.3 Instructor Rating
  • 527 Reviews
  • 4,705 Students
  • 14 Courses

Artemakis is a Senior SQL Server and Software Architect and a former Microsoft Data Platform MVP (awarded for 9 consecutive years). He has over 20 years of experience and he has taught thousands of people to efficiently work with SQL Server, Data Access/Entity Framework, Azure, .NET/C#, Programming and more, via his video tutorials, blog and guest articles, public speaking, eBooks and online courses.

Artemakis published hundreds of articles and videos that explain in simple words, how to perform complex technical tasks and he really enjoys the interaction with the technical communities.

Besides his regular blogging activities, Artemakis is also a guest author on many prestigious online technology journals.

Moreover, he currently serves as the President of the Cyprus .NET User Group (CDNUG) and the International .NET Association Country Leader for Cyprus (INETA).

Artemakis, really enjoys sharing hands-on knowledge on a large set of technology topics, and thus helping his fellow tech community members, to easily start using these great technologies. To this end, he is really looking forward to seeing you in his online courses on Udemy!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.