All the Costs of Downtime
Downtime causes a lot of problems, not all of which are financial for an organization.
2025-09-22
110 reads
Downtime causes a lot of problems, not all of which are financial for an organization.
2025-09-22
110 reads
Steve talks about the process of decision making with idea for shortening the time taken.
2025-06-09
74 reads
2025-04-09
189 reads
An Azure datacenter had a failure after an incident, partially because they didn't have enough people. Steve notes that staffing is a challenge in many ways.
2023-09-29
163 reads
The way we view our jobs might change how we do them. Steve has some advice on how to think about the work you do.
2023-09-27
99 reads
Helping your business get value from a digital transformation can start within your own team or group.
2023-02-08
104 reads
When I first started working in technology in the 90s, it was a time of outsourcing lots of work overseas. Many large companies followed the wave of manufacturing in the 70s and 80s by many companies, including lots of semi-conductor manufacturers. I watched as a number of jobs moved overseas, though fortunately not mine. In […]
2023-02-06
152 reads
By gbargsley
In SQL Server environments where transactional replication runs alongside Always On Availability Groups (AGs),...
Disable the sa login in SQL Server (and sleep better)If you run SQL Server...
By Chris Yates
Change is inevitable. What separates thriving organizations from those that falter is not the...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Be Wary of Data
Comments posted to this topic are about the item Locking Hierarchies
You have a table [dbo].[orders] without a Clustered Index (Heap). The table does not have any other nonclustered indexes! You rund the following command in Read Committed Isolation Level:
SELECTo_orderdate, o_orderkey, o_custkey, o_storekey FROMdbo.orders WHEREo_orderkey = 3877;