2024-11-08
363 reads
2024-11-08
363 reads
Governments want backdoors built into encryption software, which Steve thinks is a bad idea.
2024-09-23
111 reads
This article examines the challenges with searches on encrypted data and presents a possible solution that you might use to speed up those queries.
2023-12-15
2,124 reads
2023-11-01
335 reads
2023-10-18
345 reads
2023-10-04
337 reads
2023-09-27
354 reads
2023-09-06
353 reads
2023-06-09
286 reads
2023-05-29
307 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...
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;