The Information Schema and Cross-RDBMS Working
A look at the ODBC standard and how valuable it has been, unlike the Information Schema implementations.
2016-05-09
63 reads
A look at the ODBC standard and how valuable it has been, unlike the Information Schema implementations.
2016-05-09
63 reads
There are people in our lives that we want to connect with, so why don't we?
2016-05-09
92 reads
When a business does not have an agreed set of definitions for their every day terms slow burning chaos ensues.
2016-05-04
96 reads
Today we have a guest editorial from Andy Warren as Steve is away. Andy tries to define what a DBA really does in a way that might make sense to others.
2016-05-03
315 reads
2020-06-05 (first published: 2016-04-29)
209 reads
2020-08-14 (first published: 2016-04-28)
199 reads
SQL Server 2016 is the first cloud first version of SQL Server being released as the on-premise product.
2016-04-27
199 reads
2016-04-26
115 reads
2016-04-25
96 reads
Phil Factor recounts the most important lesson of his early IT career: try not to burst into giggles when you get to look at the client's IT system.
2016-04-25
114 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;