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.
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.