ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

200,452 results

ByteByteGo
Secret To Optimizing SQL Queries - Understand The SQL Execution Order

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

5:57
Secret To Optimizing SQL Queries - Understand The SQL Execution Order

647,023 views

2 years ago

Supabase
One SQL Word That's Making Your App 400x Slower

This SQL pagination clause can slow down your entire database. For large datasets, try using a relative cursor instead of using ...

4:37
One SQL Word That's Making Your App 400x Slower

41,330 views

13 days ago

Data with Baraa
SQL Execution Plans (Visually Explained) | SQL Hints | #SQL Course 40

Visually explained how to read SQL execution plans and use query hints to optimize performance. Subscribe, Like, and ...

32:16
SQL Execution Plans (Visually Explained) | SQL Hints | #SQL Course 40

63,810 views

1 year ago

Database Star
Slow SQL Server Query: AI vs Me

Get the AI prompt from this video: https://databasestar.mykajabi.com/lpkj-ai-sqlserver/?video=Ylh-KdYPPnE Write faster SQL ...

19:33
Slow SQL Server Query: AI vs Me

3,749 views

1 month ago

Mark Inman
Easy steps to boost your slow SQL queries

In this video, we look at some simple ways to speed up your slow running SQL queries and avoid the daunting, heavy diagnostics ...

4:23
Easy steps to boost your slow SQL queries

968 views

2 years ago

CockroachDB
SQL indexing best practices | How to make your database FASTER!

Learn about best practices for using indexes in SQL, and how they can be used to speed up your queries, make your database ...

4:08
SQL indexing best practices | How to make your database FASTER!

274,492 views

3 years ago

People also watched

Maven Analytics
SQL Window Functions | Clearly Explained | PARTITION BY, ORDER BY, ROW_NUMBER, RANK, DENSE_RANK

SQL Pocket Guide author Alice Zhao breaks down each part of a window function, step-by-step. 🗓️ MARK YOUR CALENDARS!

7:52
SQL Window Functions | Clearly Explained | PARTITION BY, ORDER BY, ROW_NUMBER, RANK, DENSE_RANK

272,728 views

1 year ago

Lore So What
Watch me Cleaning Data in minutes with SQL

Join my Academy, learn Data & AI skills and land a job https://analyticsautomation.academy/ Data cleaning with SQL seems ...

22:20
Watch me Cleaning Data in minutes with SQL

117,164 views

7 months ago

SQLMaestros
Part 1 - How to Troubleshoot a Slow Running Query in SQL Server by Amit Bansal (Recorded Webinar)

Want access to all our free webinars? Become a free member at SQLMaestros.com and access all the free webinars.

51:23
Part 1 - How to Troubleshoot a Slow Running Query in SQL Server by Amit Bansal (Recorded Webinar)

31,525 views

5 years ago

Database Star
20 Years of SQL Advice in 11 Minutes

Get my free SQL Cheat Sheets: https://databasestar.mykajabi.com/lpkj-sql-cheat-sheets/?video=hhyqtLh6Oag Master SQL ...

11:01
20 Years of SQL Advice in 11 Minutes

35,707 views

1 year ago

Lore So What
Watch me Cleaning Data in minutes with SQL

Join my Academy, learn Data & AI skills and land a job https://analyticsautomation.academy/ Data cleaning with SQL seems ...

32:00
Watch me Cleaning Data in minutes with SQL

6,582 views

11 days ago

techsapphire
SQL performance tuning and query optimization using execution plan

Performance tuning begins with understanding execution plan and finding & fixing expensive operators one by one in below flow: ...

49:23
SQL performance tuning and query optimization using execution plan

284,490 views

6 years ago

freeCodeCamp.org
SQL Server Performance Essentials – Full Course

In this course, Essentials of SQL Server Performance For Every Developer, you will see how to diagnose what is happening with a ...

4:03:27
SQL Server Performance Essentials – Full Course

256,290 views

3 years ago

SQLBits
A Beginners guide to Query Store

In this talk, we'll teach you how to work with Query Store and begin to leverage the treasure trove of information that it contains.

21:30
A Beginners guide to Query Store

2,805 views

1 year ago

Anton Putra
6 SQL Joins you MUST know! (Animated + Practice)

UPDATED video - https://youtu.be/9prkapPewGs To practice SQL, run the following commands: docker run --detach --name ...

9:47
6 SQL Joins you MUST know! (Animated + Practice)

550,730 views

2 years ago

Brent Ozar Unlimited
Watch Brent Tune Queries - SQLSaturday Oslo

Ever wonder somebody else does it? Watch as I take a shot at a query from Stack Overflow. Database, query, & resources: ...

1:01:54
Watch Brent Tune Queries - SQLSaturday Oslo

55,196 views

5 years ago

Database Star
How to See Where Your Oracle SQL Query is Slow

Want to understand what each of the steps in the Execution Plan is doing? Get my Oracle Execution Plan Guide here: ...

12:08
How to See Where Your Oracle SQL Query is Slow

13,226 views

2 years ago

Cody Baldwin
SQL Query Optimization - Tips for More Efficient Queries

In SQL, query optimization involves making our queries more efficient. We do so to improve performance, reduce response time, ...

3:18
SQL Query Optimization - Tips for More Efficient Queries

94,456 views

3 years ago

Erik Darling (Erik Darling Data)
Five Reasons Why Your SQL Server Is Slow Right Now

In this video, I delve into the reasons why your SQL Server might be experiencing performance issues right now. Starting off a bit ...

24:04
Five Reasons Why Your SQL Server Is Slow Right Now

3,557 views

1 year ago

The Magic of SQL
How to Find Slow SQL: Databases for Developers: Performance #9

In order to tune SQL, you need to know what the slow statement is. But often you're just told that "the database" is slow! To find the ...

11:16
How to Find Slow SQL: Databases for Developers: Performance #9

19,559 views

5 years ago

Erik Darling (Erik Darling Data)
The Best Way To Troubleshoot Slow SQL Server Queries

In this video, I share a practical approach to troubleshooting and reproducing code found in QueryStore or the plan cache.

9:57
The Best Way To Troubleshoot Slow SQL Server Queries

5,839 views

2 years ago

Value Driven Analytics
Advanced SQL | Slowly Changing Dimensions | Avoid Data Leakage

Advanced SQL | Slowly Changing Dimensions | Avoid Data Leakage In this training video, we walk through 2 methods of creating ...

34:37
Advanced SQL | Slowly Changing Dimensions | Avoid Data Leakage

640 views

2 years ago

Sumit Mittal
Why SQL Queries Are Slow Even With Indexes? (Optimizer & Statistics)

SQL Superstar in 50 Days by Sumit Mittal To know about my Ultimate Data Engineering Program - https://www.trendytech.in ...

49:56
Why SQL Queries Are Slow Even With Indexes? (Optimizer & Statistics)

920 views

2 months ago

Kendra Little
Course: Tuning a Stored Procedure - Finding the Slow Query with the Plan Cache

Get the scripts in the free course: https://littlekendra.com/course/tuning-a-stored-procedure-sqlchallenge-1-hour-10-minutes/

5:36
Course: Tuning a Stored Procedure - Finding the Slow Query with the Plan Cache

15,569 views

5 years ago

SQLBI
Analyzing a slow report query in DAX Studio

Investigate a slow query in a Power BI report using DAX Studio, looking at the query plan and the server timings. How to learn ...

10:33
Analyzing a slow report query in DAX Studio

53,820 views

5 years ago

Bert Wagner
How to fix your terribly slow SQL job

How many times have you written a program, ETL, analysis job, etc… that seemed like it would never finish running? In this video I ...

8:41
How to fix your terribly slow SQL job

1,741 views

8 years ago

Kendra Little
Course: Tuning a Stored Procedure - Finding the Slow Query with Query Store

Get the scripts in the free course: https://littlekendra.com/course/tuning-a-stored-procedure-sqlchallenge-1-hour-10-minutes/

8:13
Course: Tuning a Stored Procedure - Finding the Slow Query with Query Store

16,073 views

5 years ago

EverSQL
How to fix slow SQL queries directly from AppDynamics

Using AppDynamics? now you can automatically fix your slow SQL queries directly from AppD. EverSQL has released a new ...

0:54
How to fix slow SQL queries directly from AppDynamics

1,213 views

5 years ago

Bert Wagner
SQL Server Execution Plans - Part 1

I nearly always use execution plans as the starting point for SQL query performance troubleshooting. In this multi-part series, ...

8:31
SQL Server Execution Plans - Part 1

108,117 views

6 years ago