2019-02-11 (first published: 2019-02-04)
2,787 reads
2019-02-11 (first published: 2019-02-04)
2,787 reads
I got a new cell phone. Not big news, but it’s primarily because I need want more storage. It’s a...
2019-02-11
212 reads
There is more to our lives than work, and Steve asks that we learn more about other parts of life.
2019-02-08
87 reads
As part of my learning goals for 2018, I wanted to work through various books. This is part of my...
2019-02-08
1,357 reads
2019-02-08
934 reads
Learning active forgiveness can be a challenge, but it may help you build a better team.
2019-02-07
83 reads
2019-02-07
868 reads
Setting up your authorization and security can be fairly easy, but perhaps we ought to consider more complex scenarios.
2019-02-06
69 reads
I never knew this, but stored procedures have versions.
I was browsing the CREATE PROCEDURE doc page, and stumbled upon this...
2019-02-06
1,056 reads
2019-02-06
699 reads
Redshift keeps its SYS_* monitoring views for seven days in cluster, which is fine...
By Steve Jones
I was updating my session for the Data API Builder (DAB) recently, mostly to...
I am excited to host T-SQL Tuesday for the first time. I want to...
Hi we're a bit behind on versioning ssrs. I think we have over 1600...
Working with SQL Server can involve more than just writing queries. Understanding database design,...
Comments posted to this topic are about the item Measuring Productivity
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