9 Things to Do When You Inherit a Database
Some tips on what to do when you inherit a database that you've never worked on before
2012-06-15 (first published: 2009-06-22)
55,541 reads
Some tips on what to do when you inherit a database that you've never worked on before
2012-06-15 (first published: 2009-06-22)
55,541 reads
Getting errors and output messages when using xp_cmdshell can be tricky. This method can solve your problems.
2010-02-02
11,684 reads
When writing SQL, picking good tables aliases can greatly enhance the readability of your code
2009-05-07
7,999 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