Rank( ) Function in SQL Server (By Satya Ramesh)
In this video, you will learn to use RANK() function in SQL Server.
RANK () is one of the four Ranking Functions that are available in SQL Server.
1. ROW_NUMBER()
2. RANK()
3. DENSE_RANK()
4. NTILE(N)
In one of our previous videos we have already discussed about ROW_NUMBER() function, you can watch that video here: https://youtu.be/mihn6z5sLo0
How to Rollback Truncate using Backup & Restore? (By Satya Ramesh)
In this video, you will learn to get back truncated data using backup and restore mechanism.
Truncate Can be Rolled Back? (By Satya Ramesh)
In this video, you will learn about whether Truncate can rolled back or not?
Performance Monitor Counters (by Amit Bansal)
Here is a quick technique to record performance counters data in SQL Server.
Monitoring Pressure – Observing Task Count (by Amit Bansal)
There are many ways of monitoring SQL Server pressure. Here is a quick demo.
Tempdb Space Usage Monitoring (by Amit Bansal)
The first step towards troubleshooting Tempdb growth is to understand where is the space being used.
Database IO Cost (Reads & Writes) (by Amit Bansal)
When you have dozens of databases hosted in a single instance, it helps to narrow down on databases that are contributing towards maximum IO reads and writes. In other words we are trying to narrow down on databases that are consuming maximum IO.

Extended Events Tips & Tricks (Detailed) by Amit Bansal

Rank( ) Function in SQL Server (By Satya Ramesh)

How to Rollback Truncate using Backup & Restore? (By Satya Ramesh)

Truncate Can be Rolled Back? (By Satya Ramesh)

Performance Monitor Counters (by Amit Bansal)

Monitoring Pressure – Observing Task Count (by Amit Bansal)

Tempdb Space Usage Monitoring (by Amit Bansal)

Database IO Cost (Reads & Writes) (by Amit Bansal)