Today, we will see a very interesting script to list database file latency. I use this script quite often in my Performance Health Check.
Indexing for Delete – SQL in Sixty Seconds #197
Today, we will see another interesting topic where the index affects the delete statement. Let us start watching the video Indexing for Delete.
SQL SERVER – Find Owner of Database – Change Owner of Database
As there was no owner, it was not possible to open that database in the SSMS. We had to find Owner of the Database and change it later on.
Compressed Backup and Performance – SQL in Sixty Seconds #196
I was recently asked if I have a handy script that can help us take compressed backup and uncompressed backup. Backup and Performance
Quest Database Training Days 2022 are Back
Quest Database Training Days 2022 are Back! Join free, interactive sessions led by Brent Ozar, Pinal Dave, Janis Griffin and Neil Buchwalter.
SQL SERVER – Sample Script for Compressed and Uncompressed Backup
I was recently asked if I have a handy script that can help us take compressed backup and uncompressed backup. Well, of course.
Monitoring Your Database Servers: 3 Features You Should Know About
What are the key things you should look at on your servers to ensure? 3 important features for Monitoring Your Database Servers.
Find Missing Identity – SQL in Sixty Seconds #195
Today, we will discuss a very interesting topic about how to find missing identities from our database table. I have previously blogged.
SQL SERVER – Find Missing Identity Values
I recently received a question during Comprehensive Database Performance Health Check about how to Find Missing Identity Values.
Remove Key Lookup – SQL in Sixty Seconds #194
Today, we are going to see one more trick from the book – Remove Key Lookup and improve the performance of queries.