A Beautiful Google Mind
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
122 reads
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
122 reads
After the crash of an US Air Force database was reported, Steve Jones has some advice.
2016-06-20
114 reads
2016-06-20
76 reads
SQL Server 2016 runs faster, sometimes without you changing anything.
2016-06-17
265 reads
We might be smart in one area, but not others. That's worth remembering.
2016-06-16
123 reads
The Stretch database feature in SQL Server 2016 is fantastic, but is it too expensive?
2016-06-15
207 reads
2016-06-14
82 reads
2016-06-13
69 reads
One of the things that will be debated quite a bit in the next few years will be the penalties for data loss.
2016-06-13
118 reads
2016-06-10
95 reads
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...
By Chris Yates
Change is inevitable. What separates thriving organizations from those that falter is not the...
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;