2016-04-22
86 reads
2016-04-22
86 reads
2016-04-21
109 reads
Ransomware is becoming an issue. Steve Jones notes DBAs need to be ready to deal with these issues.
2020-05-29 (first published: 2016-04-19)
250 reads
2020-08-13 (first published: 2016-04-18)
513 reads
2016-04-18
71 reads
2016-04-15
115 reads
2016-04-14
109 reads
2016-04-13
1,184 reads
2016-04-12
115 reads
Steve Jones looks at the idea of cataloging our data sets in order to make it easier for
2016-04-11
314 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;