Index cleanup : Harder than it looks
I’m not the first person to write about cleaning up unused or redundant indexes.
2024-08-16
I’m not the first person to write about cleaning up unused or redundant indexes.
2024-08-16
2024-08-14
384 reads
2024-08-05
354 reads
You have dropped a column and wondering why you haven't recovered any space? Let's take a look.
2024-08-01 (first published: 2024-04-26)
5,063 reads
2024-07-31
347 reads
2024-07-22
404 reads
Learn how to use SQL Server Query Store to identify what resources are using CPU to help fine-tune queries and reduce the processing load.
2024-07-22
2024-07-10
368 reads
Check how much space you may expect to recover from a rebuild after dropping a column!
2024-07-05
1,274 reads
In this article, you will learn how a team can start to better manage the scripts they use for their daily work.
2024-07-01
8,036 reads
I’m excited to announce the release of a new open-source project that fully automates...
One of my favourite features of SQL Server 2022 was the T-SQL Snapshot Backups....
By Steve Jones
I have said and written this many times: Redgate Software is the type of...
Comments posted to this topic are about the item AI Experience Gap that we...
Comments posted to this topic are about the item Squared Values
Comments posted to this topic are about the item I Don't Want To Do...
What happens when I run this code in SQL Server 2022?
SELECT SQUARE('12') See possible answers