ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

200,108 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

646,659 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,087 views

12 days 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

965 views

2 years 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,742 views

1 month 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,216 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,418 views

3 years ago

People also watched

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,523 views

5 years ago

SQL Solutions Group
QUERY STORE Tutorial with SQL Expert, Rich Benner- 15 min Demo

Unlock the Power of Query Store in SQL Server | Webinar Excerpt from Senior SQL DBA Want to understand how Query Store can ...

15:11
QUERY STORE Tutorial with SQL Expert, Rich Benner- 15 min Demo

1,692 views

9 months 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,800 views

1 year 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,605 views

1 year 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,470 views

6 years ago

DataPlatformGeeks & SQLServerGeeks
How to Troubleshoot a Slow Running Query in SQL Server by Amit Bansal (Recorded Webinar)

Explore SQLMaestros All-In-One Performance Tuning Bundle. 5 courses at a highly discounted price.

57:13
How to Troubleshoot a Slow Running Query in SQL Server by Amit Bansal (Recorded Webinar)

15,091 views

6 years ago

SQL Solutions Group
The BEST Query Store TIPS  10 min Explainer with SQL Server Expert, Dan Maenle

SQL Server expert Dan Maenle shares his top Query Store tips in SQL Server 2022. LINKS MENTIONED: ...

10:45
The BEST Query Store TIPS 10 min Explainer with SQL Server Expert, Dan Maenle

3,297 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,183 views

5 years ago

SQLMaestros
6 Query Tuning Techniques - Solve 75% SQL Server Performance Problems (by Amit Bansal)

SQL Server Performance Tuning Master Class is happening again. Learn more. https://bit.ly/SQLMaestrosClasses Want Amit ...

1:37:51
6 Query Tuning Techniques - Solve 75% SQL Server Performance Problems (by Amit Bansal)

157,467 views

5 years ago

Oracle
The five-step guide to SQL tuning | CloudWorld 2022

Find out more: https://social.ora.cl/60005XvQK It's the age-old problem, and one of the most common questions posted on AskTom ...

25:59
The five-step guide to SQL tuning | CloudWorld 2022

30,099 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,551 views

1 year 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

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,835 views

2 years 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,555 views

5 years 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,520 views

1 year ago

Manish Sharma
Why Your Slow SQL Queries Need INDEXES to Get FAST!

Have you ever wondered why your queries take forever to run? I've been there too. I once wrote a query that felt perfect, but it was ...

0:49
Why Your Slow SQL Queries Need INDEXES to Get FAST!

13,077 views

7 months 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,062 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

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,157 views

3 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

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,051 views

6 years ago