Let me share one of the most popular videos from the SQL in Sixty Seconds. Video is about Performance Challenge – Write Efficient Query.
MySQL – Recover Dropped Performance Schema Database
Earlier today I saw the question in an online forum where the user was looking for ways to recover Dropped Performance Schema Database in MySQL.
Data Compression for Performance – SQL in Sixty Seconds #188
Earlier I wrote a blog post about how Data Compression for Performance can help improve the efficiency of SQL Server.
SQL SERVER – Script to Estimate Compression
I had implemented Data Compression at my client Performance Health Check. Let us discuss how we can estimate compression.
Monitoring Data on Cloud and Optimizing Queries for MySQL
MySQL Database on the Cloud. Well, the answer to the same is a very simple SQL Diagnostic Manager for MySQL which help us in monitoring data.
Comprehensive SQL Monitoring on Cloud by SQL Diagnostic Manager
What helps us during times of crisis are handy scripts or a tool that helps us fix our performance problems. Let us learn today about SQL Diagnostic Manager.
SQL Exclusive Video Released on YouTube
I have decided to collect all of my learning and build these SQL Exclusive Videos where I will be sharing my real-world experience in unedited videos.
SQL SERVER – Is Query from Cache? Execution Plan Property
Well, of course, there is an easy way to know this and that is Execution plan property. Is there any way to know if the executed query is from cache or not?
SQL SERVER – List Databases Where User Has DB Access
This is a very interesting function and it helps us to list databases where User Has DB Access. Well, it is pretty straightforward to know with the help of function HAS_DBACCES.
Get Current Time Zone – SQL in Sixty Seconds #187
Lots of people often ask me how to get the current time zone in SQL Server when I am working on Comprehensive Database Performance Health Check.