Lots of people who watched the video also asked me to build a similar video. Let us see today a video where I explain how to detect memory pressure.
MySQL – Wait For Seconds Using SELECT SLEEP()
Recently my client asked me if there is the equivalent command of WAIT FOR of SQL Server in MySQL. Of course, there is and a very simple one.
Datascape Podcast – SQL Server, Snowflake, IT Industry Advice And More
Recently, I got the opportunity to talk about SQL Server, Snowflake, IT Industry Advice on the Datascape Podcast. SQL Server Performance Tuning
SQL SERVER 2022 Features for Performance Optimization
I am sure by this time you all are aware that Microsoft has announced SQL Server 2022. It will be released sometime next year.
My Top 5 Sessions to Attend at PASS Data Community Summit
The free online PASS Data Community Summit is coming up fast, and it’s packed with over 250 sessions from more than 200 experts.
SQL Authority 15 Years of Blogging and Upcoming Changes
Today I complete my 15th year of blogging at SQLAuthority.com. I am truly honoured that many are reading my blog after 15 years.
SQL SERVER – List All Available TimeZone
Let me ask you a quick question – how many timezone SQL Server supports? The answer is for SQL Server 2019 it is 141. Yes, it is true.
CPU Running 100% – SQL in Sixty Seconds #185
I got lots of responses to this blog and people wanted me to create a video for this topic. Here, I have a video for CPU Running 100%.
SQL SERVER – Measure Index Performance
My client reached out to me asking if there is a way to measure the performance of the newly created index. How to measure index performance.
SQL SERVER – Empty Database Authentication Cache with DBCC FLUSHAUTHCACHE
A very interesting DBCC command I recently came across and that is DBCC FLUSHAUTHCACHE. DBCC function applies to Azure SQL Database.