2016-03-14
99 reads
2016-03-14
99 reads
2016-03-11
123 reads
Steve Jones discusses the idea of building software better, and why that's a challenge for many of us.
2016-03-10
103 reads
Slack has become a popular phenomenon in the technical world, especially for software developers. Should we join in?
2016-03-09
217 reads
In a couple of days, Microsoft is holding Data Driven, an event that will highlight SQL Server 2016.
2016-03-08
99 reads
2016-03-07
264 reads
SMO gives every appearance of being a great example of over-reliance on automated testing at the expense of manual exploratory testing.
2016-03-07
57 reads
Today we have a guest editorial from Andy Warren that examines the costs of family at work.
2016-03-04
165 reads
Just because we can view the source code for software doesn't mean it is more secure.
2016-03-03
92 reads
Microsoft has changed their engineering to do amazing things in the cloud, especially with SQL Server. We could all learn from this.
2016-03-01
256 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;