Locks, Blocks, and Deadlocks Oh My!
Abstract Managing concurrency is one of the most challenging aspects of working with any enterprise DBMS. There is much confusion out there about locking, blocking, and deadlocks. In this...
2014-02-12
11 reads
Abstract Managing concurrency is one of the most challenging aspects of working with any enterprise DBMS. There is much confusion out there about locking, blocking, and deadlocks. In this...
2014-02-12
11 reads
Abstract
Managing concurrency is one of the most challenging aspects of working with any enterprise DBMS. There is much confusion out...
2014-02-12
835 reads
Another free resource for learning and gaining your knowledge that might be possible to earn MCSA Certifications with few efforts....
2014-02-12
1,469 reads
While you are writing and testing MDX queries in Microsoft SQL Server management Studio (SSMS), how many times you find...
2014-02-12
1,423 reads
Studies show a strong connection between three critical talent metrics — productivity, retention, and engagement — and how well a company addresses...
2014-02-12
410 reads
“Sometimes you’ll make a mistake,” a chief executive says. “Life happens. But let’s not do it again. One of our...
2014-02-12
374 reads
The chief executive of eClinicalWorks says he guards against “title warfare” at his company, saying that new job titles “get...
2014-02-12
272 reads
This is part of my Powershell Challenge, to learn more about PowerShell (PoSh) using the Learn Windows Powershell 3 in a Month...
2014-02-12
1,156 reads
Many of you knew this as common sense but a new paper suggests the costs outweigh the benefits.
from HBR.org http://ift.tt/1dUIwOD
2014-02-12
159 reads
You need to get specific if you’re going to get anything done.
from HBR.org http://ift.tt/LYdfPk
via IFTTT
2014-02-12
251 reads
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...
By Steve Jones
Redgate had some Claude training recently, which I went through as my knowledge has...
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
Comments posted to this topic are about the item Importing Excel files into SQL...
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