2016-06-09
69 reads
2016-06-09
69 reads
2016-06-07
108 reads
2016-06-06
121 reads
Microsoft has released the first version of a new sample database for SQL Server.
2016-06-06
623 reads
2016-06-02
86 reads
2016-06-01
115 reads
The overloading of terms creates confusion, which means that communication is more difficult.
2016-05-31
84 reads
When wrestling with technical problems or ideas, it is good to discuss with, argue against, present ideas to, and listen to your colleagues. This is true of anyone working in IT, but really important for the likes of database professionals who are engaged in a very rapidly-developing engineering specialism that demands that you keep up […]
2016-05-30
42 reads
Today we have a guest editorial from Kellyn Pot'Vin that tackles the tough topic of diversity.
2016-05-27
158 reads
Today we have a guest editorial from Andy Warren that looks at the decision to leave a job. Or not.
2016-05-26
151 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;