Surface Book
Steve Jones is looking for a new laptop. Perhaps. Read on to see what he wants in a machine.
2016-01-04
185 reads
Steve Jones is looking for a new laptop. Perhaps. Read on to see what he wants in a machine.
2016-01-04
185 reads
Phil factor argues that if you are within the SQL and relational mindset, there is no good technical reason to have to change, since SQLite takes care of all the small stuff and the new breed of NewSQL takes care of the jelly-masses of unstructured data.
2016-01-04
2,297 reads
2016-01-01
85 reads
2015-12-31
103 reads
In the final Database Weekly of 2015, Steve Jones looks at a CIO's column on workplace change.
2015-12-28
116 reads
We all make mistakes, but it's important that we revise our code to correct them over time.
2015-12-24
115 reads
2015-12-23
194 reads
2015-12-21
313 reads
This week Steve Jones wonders if we work too much. Do we give more to our employers than they give to us?
2019-06-11 (first published: 2015-12-18)
1,036 reads
2015-12-17
220 reads
By Steve Jones
I needed to test a striped backup, so I decided to ask the AI’s...
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...
Comments posted to this topic are about the item Create an HTML Report on...
The SQLPS.exe file has gone AWOL on 2 of my 4 SQL servers, ie,...
Comments posted to this topic are about the item Be Wary of Data
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;