I was asked a very interesting question by their DBA about log files. The question was – Is there ever need of multiple log files in SQL Server?
State of Database Monitoring 2020 – Need Your Opinion
In 2018, Redgate launched the industry’s first-ever report into the state of SQL Server monitoring. Today we need your opinion.
Watch 7 SQL SERVER Courses FREE During Lockdown April 2020
Today we are going to see the learning path of 7 SQL SERVER Courses FREE which you should watch during this lockdown. All courses are free.
Rebuild All Indexes for a Single Table – SQL in Sixty Seconds #086
Recently, while working with a client we ended up on a very interesting situation with a client where we had to Rebuild All Indexes for a Single Table.
SQL SERVER – SQL_NO_CACHE and OPTION (RECOMPILE)
How to retrieve queries, not from the cache for MySQL and SQL Server, we discussed SQL_NO_CACHE and OPTION (RECOMPILE). Let us discuss this.
What is Stored in TempDB? – Interview Question of the Week #271
Question: What is Stored in TempDB?
Answer: In my recent conversation my client asked me if I know what is currently stored in their TempDb.
MongoDB Compass – Missing a Schema Section
I asked him to show me a Schema for the table in MongoDB, which inspired me to write this blog post on MongoDB Compass – Missing a Schema Section.
Pluralsight – 7000+ Free Courses – April 2020 – No Credit Card Required
You do not need any credit card and you can immediately sign up to see all of the course of the Pluralsight. Here is the link to Sign up for FREE.
SQL SERVER – Query for CPU Pressure
How do I actually measure the CPU for the entire server? In today’s blog post we will discuss Query for CPU Pressure and its script to identify the same.