2018-10-29 (first published: 2018-10-19)
1,469 reads
2018-10-29 (first published: 2018-10-19)
1,469 reads
Script to build PIVOT queries with an arbitrary number of columns
2018-10-25 (first published: 2018-10-15)
1,010 reads
2018-10-24 (first published: 2018-10-15)
936 reads
Create the code to detect and repair non trusted foreign keys
2018-10-23 (first published: 2018-09-27)
724 reads
2018-10-12 (first published: 2018-10-04)
1,176 reads
How to identify backup tables within production databases that can be removed.
2018-10-05 (first published: 2018-09-28)
582 reads
Get the number of rows, columns, and space used by all tables in all databases
2018-10-03 (first published: 2018-09-20)
519 reads
Script to stop the default Data Collection sets, clear the cache files and then restart collection sets.
2018-10-02 (first published: 2018-09-25)
1,461 reads
Order records based on a different column depending on which absolute value is greater.
2018-10-01 (first published: 2018-09-26)
656 reads
2018-09-26
482 reads
I am excited to host T-SQL Tuesday for the first time. I want to...
By Steve Jones
Redgate had some Claude training recently, which I went through as my knowledge has...
By Steve Jones
gnossienne– n. the awareness that someone you’ve known for years still has a private...
Comments posted to this topic are about the item Measuring Productivity
Comments posted to this topic are about the item Importing Excel files into SQL...
Comments posted to this topic are about the item Tracking All the Queries
I have 3 instances of a brand new long running query that are executing on a SQL Server 2025 instance. Query store is enabled. One of the queries is killed by the administrator, one is cancelled by the user. The other runs to completion. How many rows are in Query Store for this query?
See possible answers